Skip to content

Commit

Permalink
ONEOCPDEPL-43: Fix ocmcluster test
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Podhradsky <[email protected]>
  • Loading branch information
apodhrad committed Jan 28, 2021
1 parent 68e672a commit 664f6ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_downloading_ocm_cli
ocm = BushSlicer::OCMCluster.new(options)
ocm_cli = ocm.download_ocm_cli
assert(File.exists?(ocm_cli), "File '#{ocm_cli}' was not downloaded")
output = ocm.shell('/tmp/ocm version').strip
output = ocm.exec("version")
assert_equal("0.1.46", output)
end

Expand Down

0 comments on commit 664f6ca

Please sign in to comment.