Skip to content

Commit

Permalink
Rename test (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGroscheTT committed Nov 15, 2024
1 parent 036bb45 commit 56dc5b0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import org.testcontainers.containers.GenericContainer
import org.testcontainers.containers.output.Slf4jLogConsumer
import org.testcontainers.containers.wait.strategy.Wait
import org.testcontainers.spock.Testcontainers
import org.jenkinsci.plugins.scriptsecurity.scripts.ScriptApproval

@Testcontainers
class ETV2ContainerTest extends ETContainerTest {
Expand Down Expand Up @@ -167,7 +166,7 @@ class ETV2ContainerTest extends ETContainerTest {
jenkins.assertLogContains("\"tbc\": {\"tbcPath\": \"\"}, \"tcf\": {\"tcfPath\": \"\"}", run)
}

def "Run package execution with test config started."() {
def "Run package execution with test config force reload"() {
given: "a pipeline with predefined testConfig paths"
String script = """
node {
Expand Down

0 comments on commit 56dc5b0

Please sign in to comment.