Skip to content

Commit c8bec5a

Browse files
committed
fixup new test
1 parent ca00727 commit c8bec5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cli/provisionerdaemonstart_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func TestProvisionerDaemon_ProvisionerKey(t *testing.T) {
461461
DeploymentValues: dv,
462462
},
463463
})
464-
anotherOrg := coderdtest.CreateOrganization(t, client, coderdtest.CreateOrganizationOptions{})
464+
anotherOrg := coderdenttest.CreateOrganization(t, client, coderdenttest.CreateOrganizationOptions{})
465465
// nolint:gocritic // test
466466
res, err := client.CreateProvisionerKey(ctx, anotherOrg.ID, codersdk.CreateProvisionerKeyRequest{
467467
Name: "dont-TEST-me",

0 commit comments

Comments
 (0)