Skip to content

Commit

Permalink
Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Sep 5, 2024
1 parent 69f8f7c commit 3d80969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ class BuildScanInjectionGradleIntegrationTest extends BaseGradleIntegrationTest
get("DEVELOCITY_PLUGIN_VERSION") == this.DEVELOCITY_PLUGIN_VERSION
get("DEVELOCITY_ALLOW_UNTRUSTED_SERVER") == "true"
get("GRADLE_PLUGIN_REPOSITORY_URL") == "http://localhost/repository"
get("DEVELOCITY_CCUD_PLUGIN_VERSION") == "1.12.1"
get("DEVELOCITY_CCUD_PLUGIN_VERSION") == "2.0"
get("DEVELOCITY_CAPTURE_FILE_FINGERPRINTS") == "true"
}
}
Expand Down

0 comments on commit 3d80969

Please sign in to comment.