Skip to content

Commit 1ac5298

Browse files
committed
fix compile issue
1 parent 98666fd commit 1ac5298

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 TestOrganizationSwitch(t *testing.T) {
6363
require.NoError(t, err)
6464
}
6565

66-
exp, err := client.OrganizationByName(ctx, codersdk.Me, "foo")
66+
exp, err := client.OrganizationByName(ctx, "foo")
6767
require.NoError(t, err)
6868

6969
inv, root := clitest.New(t, "organizations", "set", "foo")

0 commit comments

Comments
 (0)