Skip to content

Commit

Permalink
Merge d2cd319 into 28b753e
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Oct 9, 2023
2 parents 28b753e + d2cd319 commit 110fe24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
pip install -U setuptools
sudo apt-get update -qq
sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
pip install --force-reinstall --no-binary lxml lxml
make install-req
make install-test
- name: Run linters
Expand Down
3 changes: 1 addition & 2 deletions tests/src/OneLogin/saml2_tests/response_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,7 @@ def testGetEncryptedAttributes(self):
Tests the get_attributes method of the OneLogin_Saml2_Response with an encrypted response
"""
settings = OneLogin_Saml2_Settings(self.loadSettingsJSON('settings8.json'))
xml = self.file_contents(join(self.data_path, 'responses',
'signed_message_encrypted_assertion2.xml.base64'))
xml = self.file_contents(join(self.data_path, 'responses', 'signed_message_encrypted_assertion2.xml.base64'))
response = OneLogin_Saml2_Response(settings, xml)
self.assertEqual({
'uid': ['smartin'],
Expand Down

0 comments on commit 110fe24

Please sign in to comment.