diff --git a/server/database/xorm.go b/server/database/xorm.go index 62a2b04..a14f887 100644 --- a/server/database/xorm.go +++ b/server/database/xorm.go @@ -147,6 +147,7 @@ func supportedDriver(driver string) bool { // integrationTestReplacements is needed because integration tests use a single domain cert, // while production use a wildcard cert +// TODO: find a better way to handle this func integrationTestReplacements(domainKey string) string { if domainKey == "*.localhost.mock.directory" { return "localhost.mock.directory"