Skip to content

Commit f9efc89

Browse files
john-westcott-ivBrennanPaciorek
authored andcommitted
Update ansible_base/authentication/authenticator_plugins/saml.py
Co-authored-by: Brennan Paciorek <[email protected]>
1 parent 64e7296 commit f9efc89

File tree

1 file changed

+1
-1
lines changed
  • ansible_base/authentication/authenticator_plugins

1 file changed

+1
-1
lines changed

ansible_base/authentication/authenticator_plugins/saml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def extra_data(self, user, backend, response, *args, **kwargs):
298298
data = super().extra_data(user, backend, response, *args, **kwargs)
299299

300300
# Ideally we would always have a DB instance
301-
# But if something was mocked in a test or somehow a db_instance just wasn't past in we don't want to error here
301+
# But if something was mocked in a test or somehow a db_instance just wasn't passed in we don't want to error here
302302
if self.database_instance is None:
303303
return data
304304

0 commit comments

Comments
 (0)