We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf007c commit 1618c4fCopy full SHA for 1618c4f
1 file changed
server/tests/test_signup.py
@@ -8,7 +8,8 @@
8
9
class MockPreferences:
10
def db_initialise_preferences(self, username):
11
- print(f"Mocking preferences")
+ print("Mocking preferences")
12
+
13
14
@pytest.fixture
15
def test_app():
0 commit comments