fixed broken test w/ burnettk

This commit is contained in:
jasquat 2023-01-17 16:17:04 -05:00
parent 223a49ee5b
commit d6edbe896a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class TestLoggingService(BaseTest):
assert response.status_code == 200
log_response = client.get(
f"/v1.0/logs/{self.modify_process_identifier_for_path_param(process_model_identifier)}/{process_instance_id}",
f"/v1.0/logs/{self.modify_process_identifier_for_path_param(process_model_identifier)}/{process_instance_id}?detailed=true",
headers=headers,
)
assert log_response.status_code == 200