Skip to content

Commit

Permalink
BLADE-743 cli: updates expected values in smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Apr 3, 2024
1 parent 5b14f7c commit 09b788b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cli/blade-jar-smoke-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ testBladeInitCommand {
initDir.mkdirs()
}

args = [jar.archivePath, "init", "-v", "dxp-7.2-ga1"]
args = [jar.archivePath, "init", "-v", "dxp-7.2.8"]
errorOutput = errorStream
standardOutput = standardStream
workingDir = initDir
Expand Down Expand Up @@ -305,7 +305,8 @@ testBladeInitCommandList {
standardStream.reset()

assert !error.contains("error")
assert !output.contains("dxp-7.2-sp1")
assert !output.contains("dxp-2023.q4.6")
assert output.contains("dxp-2023.q4.7")
}
}

Expand All @@ -327,7 +328,7 @@ testBladeInitCommandListAll {
standardStream.reset()

assert !error.contains("error")
assert output.contains("dxp-7.2-sp1")
assert output.contains("dxp-2023.q4.6")
}
}

Expand Down

0 comments on commit 09b788b

Please sign in to comment.