Skip to content

Commit

Permalink
use name
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuskey committed Oct 27, 2023
1 parent 76abe71 commit fa4a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/gitserver/image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func TestReconcileGitServerImage(t *testing.T) {
}
containers, _ := dockerClient.ContainerList(ctx, types.ContainerListOptions{
Filters: filters.NewArgs(filters.KeyValuePair{
Key: "reference",
Key: "name",
Value: "idpbuilder-testcase-registry",
}),
})
Expand Down

0 comments on commit fa4a9b3

Please sign in to comment.