Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Aug 12, 2024
1 parent 2ed9db4 commit a90af1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def test_should_raise_validation_error_for_invalid_helm_chart_version(self
with pytest.raises(
ValueError,
match=re.escape(
"When using the streams bootstrap v3 component your version ('2.1.0') must be at least 3.0.0."
"When using the streams-bootstrap v3 component your version ('2.1.0') must be at least 3.0.0."
),
):
StreamsBootstrapV3(
Expand Down

0 comments on commit a90af1b

Please sign in to comment.