Skip to content

Commit

Permalink
blacked again
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 12, 2023
1 parent 006eea1 commit 4a00b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pas/plugins/authomatic/tests/test_useridentities.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_provider_specific_user_attributes(self):
def test_read_attribute_from_provider_data_if_default_is_none(self):
PNAME = "mockhub"
user = self._make_authomatic_user(
provider_name=PNAME, data={'email': 'jdoe@foobar.com'}
provider_name=PNAME, data={"email": "jdoe@foobar.com"}
)
user.email = None
authomatic_result = MockResult(
Expand Down

0 comments on commit 4a00b2d

Please sign in to comment.