diff --git a/server/tests-py/test_actions.py b/server/tests-py/test_actions.py index 8ec8d16956562..8e7f3889e32b3 100644 --- a/server/tests-py/test_actions.py +++ b/server/tests-py/test_actions.py @@ -47,7 +47,7 @@ def test_create_user_success(self, hge_ctx, transport): def test_create_user_relationship(self, hge_ctx, transport): check_query_f(hge_ctx, self.dir() + '/create_user_relationship.yaml', transport) - def test_create_user_relationship(self, hge_ctx, transport): + def test_create_user_relationship_fail(self, hge_ctx, transport): check_query_f(hge_ctx, self.dir() + '/create_user_relationship_fail.yaml', transport) def test_create_users_fail(self, hge_ctx, transport):