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 887bcae commit b34cdfeCopy full SHA for b34cdfe
cli/organization_test.go
@@ -63,7 +63,7 @@ func TestOrganizationSwitch(t *testing.T) {
63
require.NoError(t, err)
64
}
65
66
- exp, err := client.OrganizationByName(ctx, codersdk.Me, "foo")
+ exp, err := client.OrganizationByName(ctx, "foo")
67
68
69
inv, root := clitest.New(t, "organizations", "set", "foo")
0 commit comments