mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(test): expect correct status code
This commit is contained in:
parent
2d9f7149d3
commit
10a90db8aa
@ -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 () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user