fixed duplicate function name

This commit is contained in:
Matthias Bisping 2022-03-11 10:24:51 +01:00
parent 4f9c5626b5
commit 66a27d26d3

View File

@ -31,7 +31,7 @@ class TestVisitor:
response_body = visitor.load_and_process(body)
assert response_body["data"] == "22"
def test_visitor_pulls_and_processes_data(self, visitor, body, storage, bucket_name):
def test_visitor_puts_response_on_storage(self, visitor, body, storage, bucket_name):
visitor.response_strategy = StorageStrategy()
visitor.response_strategy.storage = storage