Skip to content

Commit

Permalink
Merge 585f5b7 into f4f46d1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ducks authored Mar 23, 2022
2 parents f4f46d1 + 585f5b7 commit b1842cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_read_json_from_s3(s3, bucket):

assert read_json_from_s3("s3://test/f1/agfa/file_no_ext") == test_dict

def test_read_yaml_from_s3(s3):
def test_read_yaml_from_s3(s3, bucket):

test_dict = {"foo": "bar"}
body = yaml.dump(test_dict)
Expand Down

0 comments on commit b1842cb

Please sign in to comment.