Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 17, 2023
1 parent 8ab89a7 commit 3c650b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_har2locust.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_invalid_resource_types():
)
_stdout, stderr = proc.communicate()
assert proc.returncode == 1, f"Unexpected return code {proc.returncode}, stderr: {stderr}"
assert "are not supported" in stderr
assert "unsupported resource type" in stderr


def test_render_syntax_error():
Expand Down

0 comments on commit 3c650b7

Please sign in to comment.