From 9ecf5db227c088cfb38611159645269f811a2c6f Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 22 Jul 2019 12:15:01 -0400 Subject: [PATCH] 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 --- tests/with_distributed_sqlite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/with_distributed_sqlite.yaml b/tests/with_distributed_sqlite.yaml index 537d5d35..a81f046d 100644 --- a/tests/with_distributed_sqlite.yaml +++ b/tests/with_distributed_sqlite.yaml @@ -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 }}"