Skip to content

Commit

Permalink
Fix additional string assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Dec 21, 2023
1 parent 7a7fc77 commit b98e65a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public void setEnforceUrlPublishesBuildScan() throws Exception {

// then
build.shouldSucceed();
assertBuildScanPublished(build, false, String.format("Enforcing Gradle Enterprise: %s, allowUntrustedServer: true", mockGeServer.getAddress().toString()));
assertBuildScanPublished(build, false, String.format("Enforcing Develocity: %s, allowUntrustedServer: true", mockGeServer.getAddress().toString()));

MockGeServer.ScanTokenRequest scanTokenRequest = mockGeServer.getLastScanTokenRequest();
assertThat(scanTokenRequest, notNullValue());
Expand Down

0 comments on commit b98e65a

Please sign in to comment.