mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
Fix indentation issue
This commit is contained in:
parent
2a4999bc35
commit
1ecba562f0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user