Skip to content

Commit

Permalink
Accidentally reverted the other change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Nov 5, 2024
1 parent 19364ee commit 721a4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onegov/translator_directory/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_session():
assert languages().count() == len(LANGUAGES)


def test_delete_languages(cfg_path, session_manager, translator_app):
def test_delete_languages(cfg_path, session_manager):
runner = CliRunner()
session_manager.ensure_schema_exists('translator_directory')
session_manager.set_current_schema('translator_directory-deadbeef')
Expand Down

0 comments on commit 721a4f7

Please sign in to comment.