Skip to content

Commit

Permalink
Use an even more esoteric domain for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
JAORMX committed Dec 12, 2023
1 parent b16c6ef commit 4fb10d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/containers/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestGetDigest(t *testing.T) {
{
name: "unexistent container in unexistent registry",
args: args{
refstr: "beer.io/ipa/toppling-goliath/king-sue:1.0.0",
refstr: "beeeeer.io/ipa/toppling-goliath/king-sue:1.0.0",
},
wantErr: true,
},
Expand Down

0 comments on commit 4fb10d9

Please sign in to comment.