> @@ -153,7 +153,7 @@ public void
> testListCookbooksInEnvironmentWithNumVersionReturnsEmptySetOn404() {
> signed(getHttpRequestBuilder("GET",
> "/environments/dev/cookbooks").addQueryParam("num_versions", "2").build()),
> HttpResponse.builder().statusCode(404).build());
> Set<CookbookDefinition> cookbooks =
> api.listCookbooksInEnvironment("dev", "2");
> - assertTrue(cookbooks.isEmpty(), String.format("Expected cookbooks to
> be empty but was: %s", cookbooks));
> + assertTrue(cookbooks.isEmpty(), String.format("Expected cookbooks to
> be empty but was: %s", cookbooks));
Remove the trailing whitespaces
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/28/files#r6480658