mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-20 15:08:02 +00:00
No coverage testing for this
This commit is contained in:
@@ -251,7 +251,7 @@ class ConfirmedOpenId(BaseAccountModel):
|
|||||||
|
|
||||||
def save(self, *args, **kwargs):
|
def save(self, *args, **kwargs):
|
||||||
url = urlsplit(self.openid)
|
url = urlsplit(self.openid)
|
||||||
if url.username:
|
if url.username: # pragma: no cover
|
||||||
password = url.password or ''
|
password = url.password or ''
|
||||||
netloc = url.username + ':' + password + '@' + url.hostname
|
netloc = url.username + ':' + password + '@' + url.hostname
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user