We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510dbb8 commit c74106bCopy full SHA for c74106b
cli/organization_test.go
@@ -32,7 +32,7 @@ func TestCurrentOrganization(t *testing.T) {
32
require.NoError(t, err)
33
}
34
35
- inv, root := clitest.New(t, "organizations", "current", "--only-id")
+ inv, root := clitest.New(t, "organizations", "show", "--only-id")
36
clitest.SetupConfig(t, client, root)
37
pty := ptytest.New(t).Attach(inv)
38
errC := make(chan error)
0 commit comments