Skip to content

Finish functionality to generate API key and authenticate with it #41

Finish functionality to generate API key and authenticate with it

Finish functionality to generate API key and authenticate with it #41

Triggered via pull request October 19, 2025 19:30
Status Failure
Total duration 1m 3s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.