Skip to content

Commit

Permalink
Update test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Dec 20, 2023
1 parent a04e2d2 commit b65ddb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import spock.lang.Specification
*/
abstract class AbstractIntegrationTest extends Specification {

public static final String INVALID_ACCESS_KEY_FORMAT_ERROR = "[Gradle Enterprise] - [ERROR] - Gradle Enterprise access key format is not valid"
public static final String INVALID_ACCESS_KEY_FORMAT_ERROR = "[Develocity] - [ERROR] - Develocity access key format is not valid"

public final JenkinsRule j = new JenkinsRule()
public final TestRule noSpaceInTmpDirs = FlagRule.systemProperty("jenkins.test.noSpaceInTmpDirs", "true")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BuildScanInjectionGradleIntegrationTest extends BaseGradleIntegrationTest

private static final String CCUD_PLUGIN_VERSION = '1.8.1'

private static final String MSG_INIT_SCRIPT_APPLIED = "Connection to Gradle Enterprise: http://foo.com"
private static final String MSG_INIT_SCRIPT_APPLIED = "Connection to Develocity: http://foo.com"

private static final List<String> GRADLE_VERSIONS = ['4.10.3', '5.6.4', '6.9.4', '7.6.1', '8.0.2']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import spock.lang.Unroll
@Unroll
class BuildScanInjectionGradleWithDurableTaskStepUseWatchingIntegrationTest extends BaseGradleIntegrationTest {

private static final String MSG_INIT_SCRIPT_APPLIED = "Connection to Gradle Enterprise: http://foo.com"
private static final String MSG_INIT_SCRIPT_APPLIED = "Connection to Develocity: http://foo.com"

@Rule
public final TestRule durableTaskStepRule = FlagRule.systemProperty("org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep.USE_WATCHING", "true")
Expand Down

0 comments on commit b65ddb8

Please sign in to comment.