fixed duplicate function name
This commit is contained in:
parent
4f9c5626b5
commit
66a27d26d3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user