Skip to content

Commit

Permalink
fix non-existing test package (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Aug 7, 2023
1 parent 425811d commit fda9a19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ETContainerTest extends ContainerTest {
String script = """
node {
withEnv(['ET_API_HOSTNAME=${etContainer.host}', 'ET_API_PORT=${etContainer.getMappedPort(ET_PORT)}']) {
ttCheckPackage testCasePath: 'test.pkg'
ttCheckPackage testCasePath: 'testDoesNotExist.pkg'
}
}
""".stripIndent()
Expand Down

0 comments on commit fda9a19

Please sign in to comment.