Fix indentation issue

This commit is contained in:
aya 2024-10-30 15:04:20 +03:00
parent 2a4999bc35
commit 1ecba562f0

View File

@ -125,9 +125,9 @@ class TestTimeFilter(StepsStore):
logger.debug(f"response for wrong time message is {store_response.response}")
assert len(store_response.messages) == 0, "got messages with start time after end time !"
def test_time_filter_negative_start_time(self):
for timestamp in self.ts_pass:
def test_time_filter_negative_start_time(self):
ts_pass = self.get_time_list_pass()
for timestamp in ts_pass:
message = self.create_message(timestamp=timestamp["value"])
self.publish_message(message=message)
start_time = -10000