Skip to content

Commit

Permalink
Fix log check from previous pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
jh27539 committed Jan 3, 2024
1 parent a36df95 commit 87698f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def verify_log_entry(session, driver, node_id, action, **kwargs):
# The front end uses whatever time zone your web browser is synced to
date_today = now.strftime('%Y-%m-%d')
assert date_today in log_item_1_text
assert date_today in log_data['attributes']['date']

# The API logs time in UTC
utc_date_today = utc_now.strftime('%Y-%m-%d')
Expand Down

0 comments on commit 87698f9

Please sign in to comment.