diff --git a/tests/integration/github/test_generic_commands.py b/tests/integration/github/test_generic_commands.py index 48c570c5..b46b1089 100644 --- a/tests/integration/github/test_generic_commands.py +++ b/tests/integration/github/test_generic_commands.py @@ -190,7 +190,7 @@ def test_get_commit_statuses(self): assert last_flag.state == CommitStatus.success assert last_flag.context == "test" assert last_flag.uid - assert last_flag.created == datetime( + assert last_flag.created.replace(tzinfo=None) == datetime( year=2019, month=9, day=19, hour=12, minute=21, second=6 ) assert last_flag.edited == datetime(