Skip to content

Commit

Permalink
test: Use timezone aware datetime (#7918)
Browse files Browse the repository at this point in the history
* test: Use timezone aware datetime

* fixup! test: Use timezone aware datetime
  • Loading branch information
kesara committed Sep 12, 2024
1 parent 8d608a1 commit f0f2b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/meeting/tests_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_alpha_str(self):

def test_session_recording_url(self):
group_acronym = "foobar"
meeting_date = datetime.date.today()
meeting_date = date_today()
meeting_number = 123

# IETF meeting
Expand Down

0 comments on commit f0f2b6d

Please sign in to comment.