Skip to content

Commit

Permalink
address a complaint by stickler
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
  • Loading branch information
PromoFaux committed Mar 16, 2022
1 parent 59fc380 commit ee0f0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_any_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def test_key_val_replacement_works(host):
expected_stdout = 'KEY_ONE=value3\nKEY_TWO=value2\nKEY_FOUR=value4\nKEY_FIVE_NO_VALUE\n'
assert expected_stdout == output.stdout


def test_key_val_removal_works(host):
''' Confirms addOrEditKeyValPair provides the expected output '''
host.run('''
Expand Down

0 comments on commit ee0f0bd

Please sign in to comment.