From 67efac738de96951b92378058950650a82037b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 4 Oct 2023 16:08:58 +0200 Subject: [PATCH] Test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- tests/integration/github/test_generic_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(