From 4ea110147705c3fa1179fec04dac8c5bf818e0e3 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 20 Mar 2020 23:49:15 -0400 Subject: [PATCH] update test assertion --- .../tests/integration/targets/tower_label/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/tests/integration/targets/tower_label/tasks/main.yml b/awx_collection/tests/integration/targets/tower_label/tasks/main.yml index a41e602c80..d354376cb7 100644 --- a/awx_collection/tests/integration/targets/tower_label/tasks/main.yml +++ b/awx_collection/tests/integration/targets/tower_label/tasks/main.yml @@ -19,6 +19,6 @@ - assert: that: - - "result.msg == 'Failed to update label, organization not found: The requested object could not be found.'" + - "'Non existing org was not found on the Tower server' in result.msg" # TODO: Deleting labels doesn't seem to work currently