Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests.tests.FIDO2Test.test_origin_https fail with AssertionError: True != False #24

Closed
onny opened this issue Dec 5, 2024 · 2 comments

Comments

@onny
Copy link

onny commented Dec 5, 2024

tests.tests.FIDO2Test.test_origin_https fail with AssertionError: True != False

.....F......................
======================================================================
FAIL: test_origin_https (tests.tests.FIDO2Test.test_origin_https) (debug=False, domain='localhost', value='http://localhost:8000')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/source/tests/tests.py", line 216, in test_origin_https
    self.assertEqual(verify(value), expected)
AssertionError: True != False
----------------------------------------------------------------------
Ran 28 tests in 0.356s
FAILED (failures=1)

Specific build script in NixOS https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/django-mfa3/default.nix#L43

@xi
Copy link
Owner

xi commented Dec 6, 2024

Thanks for the report! I will do a release soon. But I want to try to finally finish #13 before that.

@onny
Copy link
Author

onny commented Dec 6, 2024

Thank you for the fix, works for me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants