Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simos committed Aug 31, 2023
1 parent f8de7a5 commit 9ae250f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/standalone_tests/test_views_and_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_view_without_filters(
load_data_localnode1,
localnode1_node_service,
localnode1_celery_app,
use_localnode1_database,
localnode1_db_cursor,
):
table_schema = TableSchema(
columns=[
Expand Down Expand Up @@ -182,6 +182,7 @@ def test_view_with_filters(
context_id,
load_data_localnode1,
localnode1_node_service,
localnode1_celery_app,
use_localnode1_database,
localnode1_db_cursor,
):
Expand Down

0 comments on commit 9ae250f

Please sign in to comment.