Skip to content

Commit

Permalink
refactor: Fix formatting issue (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Feb 15, 2024
1 parent f9be2dd commit 3c61c4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/handlers/generic/mutation/mirrors/mirror_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ func Test_generateDefaultRegistryMirrorFile(t *testing.T) {
wantErr: nil,
},
{
name: "ECR image registry with a path and no CA certificate",
config: &mirrorConfig{URL: "https://123456789.dkr.ecr.us-east-1.amazonaws.com/myproject"},
name: "ECR image registry with a path and no CA certificate",
config: &mirrorConfig{
URL: "https://123456789.dkr.ecr.us-east-1.amazonaws.com/myproject",
},
want: []cabpkv1.File{
{
Path: "/etc/containerd/certs.d/_default/hosts.toml",
Expand Down

0 comments on commit 3c61c4a

Please sign in to comment.