Skip to content

Commit

Permalink
fixup! test: refactoring e2e & adding tests archivistactl
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo de Araujo <[email protected]>
  • Loading branch information
kairoaraujo authored and jkjell committed Dec 19, 2023
1 parent 9597251 commit 9c143ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/archivistactl/cmd/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func (e2e *E2EStoreSuite) Test_E2E() {
expectedError: "value is less than the required length",
},
{
name: "inexistent payload file",
name: "nonexistent payload file",
attestation: "../../../test/missing.attestation.json",
expectedError: "no such file or directory",
},
Expand Down

0 comments on commit 9c143ea

Please sign in to comment.