Skip to content

Commit

Permalink
make test case more obvious
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Dec 10, 2024
1 parent 880409c commit 549703a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/agent/hooks/pods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func TestGetImageAnnotationKey(t *testing.T) {
expectedKey: "zarf.dev/original-image-a-very-long-container-name-that-exceeds-sixty-th",
},
{
containerName: "remove-trailing-hyphen-",
containerName: "remove-trailing-hyphen----",
expectedKey: "zarf.dev/original-image-remove-trailing-hyphen",
},
}
Expand Down

0 comments on commit 549703a

Please sign in to comment.