Skip to content

Commit ddf2739

Browse files
committed
fixup test
1 parent 27979a4 commit ddf2739

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
@@ -101,7 +101,7 @@ func TestCurrentOrganization(t *testing.T) {
101101
orgs[orgName] = org
102102
}
103103

104-
inv, root := clitest.New(t, "organizations", "show", "selected", "--only-id", "-z=bar")
104+
inv, root := clitest.New(t, "organizations", "show", "selected", "--only-id", "-O=bar")
105105
clitest.SetupConfig(t, client, root)
106106
pty := ptytest.New(t).Attach(inv)
107107
errC := make(chan error)

0 commit comments

Comments
 (0)