Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m committed Jul 22, 2024
1 parent 2af27e8 commit 7787c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/orb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,7 @@ query ListOrbs ($after: String!, $certifiedOnly: Boolean!) {
command = exec.Command(pathCLI,
"orb", "list",
"--skip-update-check",
"--host", tempSettings.TestServer.URL(),
"--host", "https://circleci.com",
"--details",
)
By("setting up a mock server")
Expand Down

0 comments on commit 7787c34

Please sign in to comment.