Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Oct 9, 2024
1 parent 0cb6373 commit 158a9bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ImageControllerTest {
@Test
void imageRequest() {
String filename = "https:__facebook.com.png";
Assertions.assertTrue(restTemplate != null);
var resp = restTemplate.exchange("/api/screenshots/" + filename, HttpMethod.GET,
getHttpEntity(restTemplate), byte[].class);
Assertions.assertTrue(resp.getBody().length > 0);
Expand Down

0 comments on commit 158a9bc

Please sign in to comment.