diff --git a/backend/src/test/resources/application-test.yaml b/backend/src/test/resources/application-test.yaml index b415c9d..553dff6 100644 --- a/backend/src/test/resources/application-test.yaml +++ b/backend/src/test/resources/application-test.yaml @@ -1,9 +1,9 @@ spring: datasource: - url : ${DB_TEST_URL} + url: ${DB_TEST_URL} username: ${DB_USERNAME} password: ${DB_PASSWORD} driver-class-name: ${PG_DRIVER_CLASS_NAME} jpa: hibernate: - ddl-auto: create-drop \ No newline at end of file + ddl-auto: update