Finish functionality to generate API key and authenticate with it #41
Annotations
4 errors
|
StudentRepositoryTest.insertAndFindUserAccountByEmailAddress():
backend/src/test/java/net/hackyourfuture/coursehub/repository/StudentRepositoryTest.java#L33
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [INSERT INTO user_account (email_address, password_hash, role) VALUES (?, ?, ?::role) RETURNING user_id, email_address, password_hash, role]
|
|
StudentRepositoryTest.cannotInsertTwoStudentsWithSameEmail():
backend/src/test/java/net/hackyourfuture/coursehub/repository/StudentRepositoryTest.java#L44
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [INSERT INTO user_account (email_address, password_hash, role) VALUES (?, ?, ?::role) RETURNING user_id, email_address, password_hash, role]
|
|
StudentRepositoryTest.insertAndFindStudentById():
backend/src/test/java/net/hackyourfuture/coursehub/repository/StudentRepositoryTest.java#L24
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [INSERT INTO user_account (email_address, password_hash, role) VALUES (?, ?, ?::role) RETURNING user_id, email_address, password_hash, role]
|
|
build
Process completed with exit code 1.
|