Skip to content

Commit b83131b

Browse files
committed
Fix test
1 parent 4464659 commit b83131b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_post_operation.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ def test_post_good_query_with_params(self, mocker):
6666
)
6767

6868
config = {
69-
'TARGET_BACKEND': 'uproot'
69+
'TARGET_BACKEND': 'uproot',
70+
'TRANSFORMER_SCIENCE_IMAGE': "foo/bar:latest"
7071
}
7172
app = create_app(config, provided_translator=mock_ast_translator)
7273
client = app.test_client()

0 commit comments

Comments
 (0)