fix: controller discovery now called by PUT
This commit is contained in:
parent
4b39631765
commit
b38c3d61d8
4 changed files with 5 additions and 5 deletions
tests/tavern_tests
|
@ -3,7 +3,7 @@ test_name: Test basic controller functions
|
|||
stages:
|
||||
- name: "[controllers_basic] discover controllers"
|
||||
request:
|
||||
method: POST
|
||||
method: PUT
|
||||
url: "http://localhost:5000/api/v1/controllers/discover/"
|
||||
response:
|
||||
status_code: 200
|
||||
|
@ -86,7 +86,7 @@ stages:
|
|||
|
||||
- name: "[controllers_basic] discover controllers again"
|
||||
request:
|
||||
method: POST
|
||||
method: PUT
|
||||
url: "http://localhost:5000/api/v1/controllers/discover/"
|
||||
response:
|
||||
status_code: 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue