Skip to content

Commit e051f96

Browse files
committed
added fix for test
1 parent 880d83f commit e051f96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_files_ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ def test_binary_upload_succeeds(self):
227227
{\"name\": \"google-auto-tagging\", \"minConfidence\": 80, \"maxTags\": 10}]\',
228228
\'webhookUrl\': \'url\',
229229
\'overwriteFile\': \'true\',
230-
\'overwriteAITags\': \'false\',
231230
\'overwriteTags\': \'false\',
232231
\'overwriteCustomMetadata\': \'true\',
233-
\'customMetadata\': \'{\"test100\": 11}\'
232+
\'customMetadata\': \'{\"test100\": 11}\',
233+
\'overwriteAITags\': \'false\'
234234
}"""
235235
)
236236
actual_body = responses.calls[0].request.body.__dict__.__getitem__("fields")

0 commit comments

Comments
 (0)