From 969426e3f1cb19d3e9c2bde24153f64868c554a3 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 11 May 2025 08:17:27 -0700 Subject: [PATCH] server: fix action sync websocket test Signed-off-by: Emmanuel Ferdman --- server/tests-py/test_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):