fix: controller discovery now called by PUT

This commit is contained in:
Tobias Reisinger 2020-09-06 13:19:10 +02:00
parent 4b39631765
commit b38c3d61d8
4 changed files with 5 additions and 5 deletions

View file

@ -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