Skip to content

Commit

Permalink
chore(api/endpoint): reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
hainenber committed Sep 21, 2023
1 parent d4258e6 commit b3d1b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_connexion/endpoints/test_event_log_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_should_filter_eventlogs_by_when(self, create_log_model, session):
"after": {"TEST_EVENT_2"},
}.items():
response = self.client.get(
f"/api/v1/eventLogs?{when_attr}=2020-06-10T20%3A00%3A01%2B00%3A00", # self.default_time + 1 second
f"/api/v1/eventLogs?{when_attr}=2020-06-10T20%3A00%3A01%2B00%3A00", # self.default_time + 1s
environ_overrides={"REMOTE_USER": "test"},
)
assert response.status_code == 200
Expand Down

0 comments on commit b3d1b8a

Please sign in to comment.