Skip to content

Commit

Permalink
chore(e2e): fix FixedBy dates (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored Jan 24, 2025
1 parent b582cad commit 658c14f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2etests/testcase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4794,7 +4794,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
NamespaceName: "rhel:8",
VersionFormat: "rpm",
Version: "1:17.0.11.0.9-2.el8.x86_64",
FixedBy: "1:17.0.13.0.11-3.el8",
FixedBy: "1:17.0.14.0.7-3.el8",
AddedBy: "sha256:06c7a3d491f551a56296ccb9bee8a68c83776991e73a9005e8b5ebb533002097",
},
},
Expand All @@ -4813,6 +4813,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
NamespaceName: "rhel:8",
VersionFormat: "rpm",
Version: "1:17.0.13.0.11-3.el8.x86_64",
FixedBy: "1:17.0.14.0.7-3.el8",
AddedBy: "sha256:2f7b9495af5ddc85b0be7ca9411fddb54f37999ea73b03cbf1115dd0c5bd4f95",
},
},
Expand Down

0 comments on commit 658c14f

Please sign in to comment.