Skip to content

Commit

Permalink
Acxiom#345 Updated test to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dafreels committed Apr 20, 2023
1 parent 7fdedcc commit b64c389
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ class FunctionStepsTests extends AnyFunSpec with BeforeAndAfterAll {
val thrown = intercept[PipelineException] {
FunctionSteps.executeCommand(command, TestHelper.generatePipelineContext())
}
assert(thrown.getMessage.startsWith("ls: badDir: No such file or directory"))
assert(thrown.getMessage.contains("badDir: No such file or directory"))
}

it("should execute command and return output and error") {
Expand Down

0 comments on commit b64c389

Please sign in to comment.