Skip to content

Commit

Permalink
format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Sep 25, 2021
1 parent d5e6b36 commit 8c8f278
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
* @author Johnny Lim
*/
class PrometheusScrapeEndpointIntegrationTests {
private static final MediaType DEFAULT_ACCEPT = MediaType.parseMediaType("application/openmetrics-text; version=0.0.1,text/plain;version=0.0.4;q=0.5,*/*;q=0.1");

private static final MediaType DEFAULT_ACCEPT = MediaType
.parseMediaType("application/openmetrics-text; version=0.0.1,text/plain;version=0.0.4;q=0.5,*/*;q=0.1");

@WebEndpointTest
void scrapeHasContentTypeText004ByDefault(WebTestClient client) {
Expand Down

0 comments on commit 8c8f278

Please sign in to comment.