Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Feb 13, 2023
1 parent 4464659 commit b83131b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_post_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def test_post_good_query_with_params(self, mocker):
)

config = {
'TARGET_BACKEND': 'uproot'
'TARGET_BACKEND': 'uproot',
'TRANSFORMER_SCIENCE_IMAGE': "foo/bar:latest"
}
app = create_app(config, provided_translator=mock_ast_translator)
client = app.test_client()
Expand Down

0 comments on commit b83131b

Please sign in to comment.