Skip to content

Commit

Permalink
remove more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasDev committed Jul 24, 2023
1 parent 43b8b6c commit 50a5045
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion naiserator-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
team: teamsykmelding
spec:
leaderElection: true
gcp:
sqlInstances:
- name: syfosmmanuell-backend-instance
Expand Down
1 change: 0 additions & 1 deletion naiserator-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels:
team: teamsykmelding
spec:
leaderElection: true
gcp:
sqlInstances:
- name: syfosmmanuell-backend-instance
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/no/nav/syfo/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ data class Environment(
val dbName: String = getEnvVar("DB_DATABASE"),
val cluster: String = getEnvVar("NAIS_CLUSTER_NAME"),
val oppgaveHendelseTopic: String = getEnvVar("OPPGAVE_HENDELSE_TOPIC"),
val electorPath: String = getEnvVar("ELECTOR_PATH"),
)

fun getEnvVar(varName: String, defaultValue: String? = null) =
Expand Down
1 change: 0 additions & 1 deletion src/test/kotlin/no/nav/syfo/api/AuthenticateTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class AuthenticateTest : FunSpec({
dbPort = "",
cluster = "dev-gcp",
oppgaveHendelseTopic = "oppgavehendlese",
electorPath = "Electorpath",
)
with(TestApplicationEngine()) {
start()
Expand Down

0 comments on commit 50a5045

Please sign in to comment.