fix(test): expect correct status code

This commit is contained in:
Gabe Kangas 2024-08-21 14:23:04 -07:00
parent 2d9f7149d3
commit 10a90db8aa

View File

@ -22,7 +22,7 @@ test('verify responses of /.well-known/webfinger when federation is disabled', a
});
test('verify responses of /.well-known/host-meta when federation is disabled', async () => {
await request.get('/.well-known/host-meta').expect(404);
await request.get('/.well-known/host-meta').expect(405);
});
test('verify responses of /.well-known/nodeinfo when federation is disabled', async () => {