Skip to content

Commit

Permalink
fx: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whatphilipcodes committed Sep 30, 2024
1 parent 0cefdf9 commit bbec71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def console():

@pytest.fixture
def beets_config():
return deepcopy({**DEFAULT_CONFIG, "exclude_extra_fields": ["comments"]})
return deepcopy(DEFAULT_CONFIG)


@pytest.fixture
Expand Down

0 comments on commit bbec71e

Please sign in to comment.