Skip to content

Commit

Permalink
Test removing duplicate commit in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Sauer <[email protected]>
  • Loading branch information
etsauer committed Aug 14, 2024
1 parent 47cda04 commit c92ac5b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions exporters/tests/integration/test_committime.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ def expected_commits() -> list[CommitMetricEssentials]:
commit_hash="15dedb60b6208aafdfb2328a93543e3d94500978",
image_hash="sha256:c1282f65b5c327db4dcc6cdfb27e91338bd625d119d9ae769318f089d82e35e2",
),
CommitMetricEssentials(
commit_timestamp=1619381788.0,
namespace="basic-nginx-build",
name="basic-nginx",
commit_hash="15dedb60b6208aafdfb2328a93543e3d94500978",
image_hash="sha256:4a20c8cfa48af3a938462e9cd7bfa0b16abfbc6ba16f0999f3931c79b1130e4b",
),
# CommitMetricEssentials(
# commit_timestamp=1619381788.0,
# namespace="basic-nginx-build",
# name="basic-nginx",
# commit_hash="15dedb60b6208aafdfb2328a93543e3d94500978",
# image_hash="sha256:4a20c8cfa48af3a938462e9cd7bfa0b16abfbc6ba16f0999f3931c79b1130e4b",
# ),
CommitMetricEssentials(
commit_timestamp=1620401174.0,
namespace="basic-nginx-build",
Expand Down

0 comments on commit c92ac5b

Please sign in to comment.