Skip to content

Commit

Permalink
Simplifying expression
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Nov 10, 2023
1 parent 8daddb9 commit 796bf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ops/integration_tests/test_enabled_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 796bf00

Please sign in to comment.