Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
potterbm-cb committed Oct 18, 2024
1 parent f17ef34 commit dfd0d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constructor/worker/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ func TestHTTPRequestWorker(t *testing.T) {

w.Header().Set("Content-Type", test.contentType)
w.WriteHeader(test.statusCode)
// fmt.Fprintf(w, test.response)
fmt.Fprint(w, test.response)
}))

defer ts.Close()
Expand Down

0 comments on commit dfd0d4b

Please sign in to comment.