Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerouse committed Jan 8, 2025
1 parent 7a8ef63 commit 0a59a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/server/fleet_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ func Test_Agent_Id_ReplaceToken_Mismatch(t *testing.T) {
}()

t.Log("Enroll the second agent with the same id")
//nolint:gosec // disable G101
enrollBodyBadReplaceToken := `{
"type": "PERMANENT",
"id": "123456",
Expand Down

0 comments on commit 0a59a2b

Please sign in to comment.