Skip to content

Commit

Permalink
test(renderer): Fix compressed version
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Oct 18, 2024
1 parent 1160edc commit 8d7b875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/renderer/renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ func TestHandler(t *testing.T) {
Content: nil,
}, nil
},
`<!doctype html><html lang=en><meta charset=utf-8><title>Golang Test</title>
<h1>Hello !</h1>`,
`<!doctype html><html lang=en><meta charset=utf-8><title>Golang Test</title><h1>Hello !</h1>`,
http.StatusCreated,
http.Header{},
},
Expand Down

0 comments on commit 8d7b875

Please sign in to comment.