Skip to content

Commit

Permalink
wazo_user_backend.tests.test_schemas: added type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPyser committed Oct 13, 2023
1 parent 7628c22 commit ab3d809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wazo_dird/plugins/wazo_user_backend/tests/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_that_username_password_or_keyfile_is_present(self):
'key_file': '/var/lib/wazo-auth-keys/wazo-dird-wazo-backend-key.yml'
}
username_and_key_file = {'username': 'foo', 'key_file': 'bar'}
no_auth_info = {}
no_auth_info: dict = {}

assert_that(
calling(source_schema.load).with_args(
Expand Down

0 comments on commit ab3d809

Please sign in to comment.