mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
Merge pull request #7628 from crosbymichael/fix-search-test
Fix search test for busybox image Upstream-commit: 39bcc3a3e540e7ddb2abacb9e188491d489ce990 Component: engine
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
// search for repos named "registry" on the central registry
|
||||
func TestSearchOnCentralRegistry(t *testing.T) {
|
||||
searchCmd := exec.Command(dockerBinary, "search", "stackbrew/busybox")
|
||||
searchCmd := exec.Command(dockerBinary, "search", "busybox")
|
||||
out, exitCode, err := runCommandWithOutput(searchCmd)
|
||||
errorOut(err, t, fmt.Sprintf("encountered error while searching: %v", err))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user