Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfaulkner committed Jan 12, 2023
1 parent 5161538 commit 0976726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ func TestUploadWorker_WithCompatibilityFlags(t *testing.T) {
assert.Equal(t, compatibilityFlags, mpUpload.CompatibilityFlags)

w.Header().Set("content-type", "application/json")
fmt.Fprintf(w, uploadWorkerResponseData)
fmt.Fprint(w, uploadWorkerResponseData)
}
mux.HandleFunc("/accounts/"+testAccountID+"/workers/scripts/bar", handler)

Expand Down

0 comments on commit 0976726

Please sign in to comment.