Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed Oct 4, 2023
1 parent 69de9bd commit 67efac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/github/test_generic_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 67efac7

Please sign in to comment.