Skip to content

Commit c74106b

Browse files
committed
whoops, fix the unit test
1 parent 510dbb8 commit c74106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/organization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func TestCurrentOrganization(t *testing.T) {
3232
require.NoError(t, err)
3333
}
3434

35-
inv, root := clitest.New(t, "organizations", "current", "--only-id")
35+
inv, root := clitest.New(t, "organizations", "show", "--only-id")
3636
clitest.SetupConfig(t, client, root)
3737
pty := ptytest.New(t).Attach(inv)
3838
errC := make(chan error)

0 commit comments

Comments
 (0)