8000 fix: improve log on provisioner daemon started with pk by defelmnq · Pull Request #15588 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix: improve log on provisioner daemon started with pk #15588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
details golint
  • Loading branch information
defelmnq committed Nov 21, 2024
commit d4472a26dabc1a2ab08dfb0e58c4d8c0e5bfd894
2 changes: 1 addition & 1 deletion enterprise/cli/provisionerdaemonstart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ func TestProvisionerDaemon_ProvisionerKey(t *testing.T) {
},
},
})
// nolint:gocritic // test
//nolint:gocritic // ignore This client is operating as the owner user, which has unrestricted permissions
res, err := client.CreateProvisionerKey(ctx, user.OrganizationID, codersdk.CreateProvisionerKeyRequest{
Name: "dont-TEST-me",
Tags: map[string]string{
Expand Down
Loading
0