From 4a88de3e193e32987c3b9a39c5b74ad6fa4d3336 Mon Sep 17 00:00:00 2001 From: Kira Muhlbauer Date: Mon, 22 Jul 2024 17:46:45 -0600 Subject: [PATCH] test --- cmd/orb_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cmd/orb_test.go b/cmd/orb_test.go index e37d5021..79d42ba6 100644 --- a/cmd/orb_test.go +++ b/cmd/orb_test.go @@ -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") @@ -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))