Skip to content

Commit 7f3b17f

Browse files
committed
fix test
1 parent 1e34038 commit 7f3b17f

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
@@ -63,7 +63,7 @@ func TestCurrentOrganization(t *testing.T) {
6363
orgs[orgName] = org
6464
}
6565

66-
inv, root := clitest.New(t, "organizations", "current", "--only-id", "-z=bar")
66+
inv, root := clitest.New(t, "organizations", "show", "current", "--only-id", "-z=bar")
6767
clitest.SetupConfig(t, client, root)
6868
pty := ptytest.New(t).Attach(inv)
6969
errC := make(chan error)

0 commit comments

Comments
 (0)