Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Nov 19, 2024
1 parent a0ff1c6 commit 4df1e68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ func TestConfig(t *testing.T) {
{"attachmentCache.bucket", "BUCKET", nil},
{"attachmentCache.path", "PATH...", nil},

{"exportCache.adapter", "FILE", nil},
{"exportCache.location", "C:/FILE/PATH", nil},

{"adminEmail", "[email protected]", nil},
{"debugLevel", "Trace", nil},
{"httpPort", "8080", 8080},
Expand Down

0 comments on commit 4df1e68

Please sign in to comment.