mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
fix test ... apparently the API now returns 405 when no action is specified, I guess that's okay
This commit is contained in:
parent
f562a9b333
commit
20d3b82340
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class TestAuthAPI:
|
|||
|
||||
def test_request_arg_without_action(self, moulinette_webapi, caplog, mocker):
|
||||
self.login(moulinette_webapi)
|
||||
moulinette_webapi.get("/test-auth", status=404)
|
||||
moulinette_webapi.get("/test-auth", status=405)
|
||||
|
||||
|
||||
class TestAuthCLI:
|
||||
|
|
Loading…
Add table
Reference in a new issue