Skip to content

Commit

Permalink
fix: default name
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed Dec 26, 2024
1 parent 97d29d2 commit ef2a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_parse_error(self, caplog: pytest.LogCaptureFixture, tmp_path: Path):
load_local_config(config_path)

assert (
'➜ <mark>sources.0.value</mark> (input= <data>{"type": "debug"}</data>)'
'➜ <mark>sources.0.value</mark> (input= <data>{"type": "debug", "name": "debug"}</data>)'
in caplog.text
)
assert (
Expand Down

0 comments on commit ef2a3d3

Please sign in to comment.