Skip to content

Commit 3dbcc43

Browse files
committed
Fix broken test due to botched merge.
1 parent bf5d9f2 commit 3dbcc43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/palace/manager/api/authentication

src/palace/manager/api/authentication/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def _do_authenticate(
682682
username,
683683
result.details,
684684
)
685-
return None
685+
return None, {}
686686

687687
# Check these credentials with the source of truth.
688688
auth_result = self.remote_authenticate(username, password)

0 commit comments

Comments
 (0)