We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65628c commit f2a84daCopy full SHA for f2a84da
tests/test_auth.py
@@ -1,5 +1,5 @@
1
import pytest
2
-from unittest.mock import patch, MagicMock
+from unittest.mock import patch
3
4
def test_register_user(client):
5
response = client.post(
0 commit comments