From f176184ebf9c49494c5dfa97d28d2062b63049f2 Mon Sep 17 00:00:00 2001 From: Patton Date: Wed, 6 Dec 2023 10:40:54 -0500 Subject: [PATCH] updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1869b..ceda5f7 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ cd backend ### Hard coded id (song_id), username, password -For testRegister, testLogin, testFailLogin: -the unsername and password are hard coded, make sure such user doesn't exist in the database before the test. +For the testRegister, testLogin, and testFailLogin tests, the username and password are pre-defined in the test code. To ensure these tests run correctly, verify that the user defined by these credentials does not already exist in the database prior to running the tests. ``` 'username' => 'test_admin',