We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AssertionError: True != False
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
The text was updated successfully, but these errors were encountered:
4900374
Thanks for the report! I will do a release soon. But I want to try to finally finish #13 before that.
Sorry, something went wrong.
Thank you for the fix, works for me 👍
No branches or pull requests
tests.tests.FIDO2Test.test_origin_https fail with
AssertionError: True != False
Specific build script in NixOS https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/django-mfa3/default.nix#L43
The text was updated successfully, but these errors were encountered: