From 038773f7659f9bb3dc1d7627c988370acd7ab9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 24 Apr 2018 16:50:59 +0200 Subject: [PATCH] fix a typo --- tasks/smoke_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/smoke_tests.yml b/tasks/smoke_tests.yml index b42b001..746856c 100644 --- a/tasks/smoke_tests.yml +++ b/tasks/smoke_tests.yml @@ -30,7 +30,7 @@ - name: Extract the production gateway endpoint from the proxy definition set_fact: - threescale_cicd_tmp_gateway_endpoint: '{{ threescale_cicd_tmpresponse.json|json_query(''proxy.sandbox_endpoint'') }}' + threescale_cicd_tmp_gateway_endpoint: '{{ threescale_cicd_tmpresponse.json|json_query(''proxy.endpoint'') }}' when: "threescale_cicd_tmp_gateway_endpoint|length == 0 and threescale_cicd_env == 'production'" - set_fact: