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 7787c34 commit 4a88de3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions 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", "https://circleci.com",
"--host", tempSettings.TestServer.URL(),
"--details",
)
By("setting up a mock server")
Expand Down Expand Up @@ -2584,9 +2584,6 @@ foo/test (0.7.0)
- last30DaysOrganizationCount: 0
- last30DaysProjectCount: 0
In order to see more details about each orb, type: ` + "`circleci orb info orb-namespace/orb-name`" + `
Search, filter, and view sources for all Orbs online at https://circleci.com/developer/orbs/
`))
Eventually(session).Should(gexec.Exit(0))
Expect(tempSettings.TestServer.ReceivedRequests()).Should(HaveLen(1))
Expand Down

0 comments on commit 4a88de3

Please sign in to comment.