From 796bf005d37e63f41296baf356886fc22d8d5708 Mon Sep 17 00:00:00 2001 From: Adrian Galvan Date: Thu, 9 Nov 2023 19:23:47 -0800 Subject: [PATCH] Simplifying expression --- tests/ops/integration_tests/test_enabled_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ops/integration_tests/test_enabled_actions.py b/tests/ops/integration_tests/test_enabled_actions.py index e7ccba7f6d..c249ba012c 100644 --- a/tests/ops/integration_tests/test_enabled_actions.py +++ b/tests/ops/integration_tests/test_enabled_actions.py @@ -27,7 +27,7 @@ def dataset_graph( graph = convert_dataset_to_graph( dataset_postgres, integration_postgres_config.key ) - return DatasetGraph(*[graph]) + return DatasetGraph(graph) @pytest.mark.asyncio async def test_access_disabled(