Skip to content

Commit

Permalink
Assert Helm runs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Oct 7, 2024
1 parent 728acf7 commit 8b2f5f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_helm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pytest

def test_helm(host):
assert 'version.BuildInfo{Version:"v' in host.run('helm version').stdout

0 comments on commit 8b2f5f4

Please sign in to comment.