Skip to content

Commit

Permalink
Adjust --datagrepper-url name in test_cli
Browse files Browse the repository at this point in the history
Signed-off-by: freedisch <freeproduc@gmail.com>
  • Loading branch information
Freedisch committed Mar 19, 2024
1 parent 751e430 commit 5fc80ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def test_successful_message_replay(self, mock_publish, mock_get_message):
mock_get_message.return_value = message_data

result = self.runner.invoke(
cli.replay, [message_id, f"--datagrepper_url={datagrepper_url}"]
cli.replay, [message_id, f"--datagrepper-url={datagrepper_url}"]
)

assert (
Expand Down

0 comments on commit 5fc80ab

Please sign in to comment.