Update a comment

This commit is contained in:
Michael Mintz 2022-08-01 17:29:38 -04:00
parent 674082c0f3
commit dcae9cdb5c
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ class ApplicationManager:
@classmethod
def generate_application_string(cls, test):
"""Generate an application string based on some of the given information
that can be pulled from the test object: app_env, start_time."""
"""Generate a string based on some of the given information
that's pulled from the test object: app_env, start_time."""
app_env = "test"
if hasattr(test, "env"):