From 5f4d033836e4ac82f8a959ac9e33fe2e1ad3b00c Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Tue, 8 Aug 2017 13:57:51 -0400 Subject: [PATCH] change test to match with recent error message change --- awx/main/tests/functional/api/test_inventory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tests/functional/api/test_inventory.py b/awx/main/tests/functional/api/test_inventory.py index f6029c0e50..8f6f6a6f22 100644 --- a/awx/main/tests/functional/api/test_inventory.py +++ b/awx/main/tests/functional/api/test_inventory.py @@ -405,7 +405,7 @@ class TestControlledBySCM: admin_user, expect=400) content = json.loads(res.content) assert content['update_on_project_update'] == ["More than one SCM-based inventory source with update on project update " - "on per-inventory not allowed."] + "per-inventory not allowed."] def test_adding_inv_src_without_proj_access_prohibited(self, post, project, inventory, rando): inventory.admin_role.members.add(rando)