Skip to content

Commit

Permalink
Merge pull request #128 from uptane/fix-test
Browse files Browse the repository at this point in the history
Bump Timestamp on failing test
  • Loading branch information
cajun-rat authored Jan 7, 2025
2 parents 753818b + 3135e20 commit 154f4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/virtual_secondary/bad_rotation_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ TEST(VirtualSecondary, RootRotationExpires) { // NOLINT

uptane_repo.refresh(Uptane::RepositoryType::Image(), Uptane::Role::Root(), TimeStamp("2024-01-01T16:43:12Z"));
uptane_repo.refresh(Uptane::RepositoryType::Director(), Uptane::Role::Root(), TimeStamp("2024-01-01T16:43:12Z"));
uptane_repo.refresh(Uptane::RepositoryType::Image(), Uptane::Role::Root(), TimeStamp("2025-01-01T16:43:12Z"));
uptane_repo.refresh(Uptane::RepositoryType::Director(), Uptane::Role::Root(), TimeStamp("2025-01-01T16:43:12Z"));
uptane_repo.refresh(Uptane::RepositoryType::Image(), Uptane::Role::Root(), TimeStamp("2035-01-01T16:43:12Z"));
uptane_repo.refresh(Uptane::RepositoryType::Director(), Uptane::Role::Root(), TimeStamp("2035-01-01T16:43:12Z"));

{
LOG_INFO << "Starting second run";
Expand Down

0 comments on commit 154f4f2

Please sign in to comment.