diff --git a/cmd/server/tests/test_helpers.go b/cmd/server/tests/test_helpers.go index 5c491fb..f8f4a9c 100644 --- a/cmd/server/tests/test_helpers.go +++ b/cmd/server/tests/test_helpers.go @@ -203,7 +203,7 @@ func loginTestUser(t *testing.T, ts *httptest.Server, db *database.Queries) stri loginRequest := map[string]interface{}{ "login": "testuser@example.com", - "password": "TestPass123!", + "password": "Test@Pass123!", } body, _ := json.Marshal(loginRequest)