Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
test: c4gh passphrase not required
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Feb 26, 2024
1 parent 62bb25e commit fea7ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

var requiredConfVars = []string{
"db.host", "db.user", "db.password", "db.database", "c4gh.filepath", "c4gh.passphrase", "oidc.configuration.url",
"db.host", "db.user", "db.password", "db.database", "c4gh.filepath", "oidc.configuration.url",
}

type TestSuite struct {
Expand Down

0 comments on commit fea7ef8

Please sign in to comment.