Skip to content

Commit

Permalink
Update test_image_foundations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa authored Nov 5, 2024
1 parent 953785d commit a8bf8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-image/test/test_image_foundations.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def test_solid_home_dir_exists_and_owned_by_node(host):
def test_node_command_is_available(host):
assert host.exists("node")

def test_node_version_is_16(host):
assert host.check_output("node --version").startswith('v16')
def test_node_version_is_20(host):
assert host.check_output("node --version").startswith('v20')

def test_openssl_command_is_available(host):
assert host.exists("openssl")
Expand Down

0 comments on commit a8bf8c4

Please sign in to comment.