Skip to content

Commit

Permalink
adding root path is releving the remove image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanshapiro committed Feb 24, 2020
1 parent 2bea599 commit 6728e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_can_get_image_inexistance(self):

@gen_test
def test_can_remove_instance(self):
config = Config(TC_AWS_STORAGE_BUCKET=s3_bucket)
config = Config(TC_AWS_STORAGE_BUCKET=s3_bucket,TC_AWS_STORAGE_ROOT_PATH='nana')
storage = Storage(Context(config=config, server=get_server('ACME-SEC')))
yield storage.put(IMAGE_URL % '4', IMAGE_BYTES)
yield storage.remove(IMAGE_URL % '4')
Expand Down

0 comments on commit 6728e92

Please sign in to comment.