Skip to content

Commit

Permalink
Fix DB username for prison-case-notes-to-probation (#802)
Browse files Browse the repository at this point in the history
* Fix DB username for prison-case-notes-to-probation

* Update UserGenerator.kt
  • Loading branch information
marcus-bcl authored Feb 1, 2023
1 parent a8c9a6a commit 83e23cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package uk.gov.justice.digital.hmpps.data.generator
import uk.gov.justice.digital.hmpps.user.User

object UserGenerator {
val APPLICATION_USER = User(IdGenerator.getAndIncrement(), "prison-case-notes-to-probation")
val APPLICATION_USER = User(IdGenerator.getAndIncrement(), "PrisonCaseNotesToProbation")
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spring:
Accept: application/json
Content-Type: application/json

delius.db.username: prison-case-notes-to-probation
delius.db.username: PrisonCaseNotesToProbation

management.endpoints.web:
base-path: /
Expand Down

0 comments on commit 83e23cf

Please sign in to comment.