Skip to content

Commit

Permalink
copy-paste error - remove nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Dec 14, 2023
1 parent cfbec79 commit 0f4f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ansible/watches/watches_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ func TestGetPossibleRolePaths(t *testing.T) {
}
}

func TestReplaceEnvVars(t *testing.T) { //nolint:gocyclo
func TestReplaceEnvVars(t *testing.T) {
cwd, err := os.Getwd()
if err != nil {
t.Fatalf("Unable to get working directory: %v", err)
Expand Down

0 comments on commit 0f4f9db

Please sign in to comment.