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:
David Moreau Simard 2019-07-22 12:15:01 -04:00
parent 967b2cac2f
commit 9ecf5db227
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 1 deletions

View File

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