distributed_sqlite tests: query /api/v1/ instead of the root
The root will be moved with the implementation of the upcoming web interface. Change-Id: Ie94ceeb3a2e6f66301aa0142092c54241399c68d
This commit is contained in:
parent
967b2cac2f
commit
9ecf5db227
@ -69,7 +69,7 @@
|
||||
|
||||
- name: Test that the API works
|
||||
uri:
|
||||
url: "http://127.0.0.1:8000/{{ item }}"
|
||||
url: "http://127.0.0.1:8000/{{ item }}/api/v1/"
|
||||
return_content: yes
|
||||
register: api_test
|
||||
loop: "{{ _test_directories }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user