From 71edfec02a91f13969ef250e4e13e980d76c6e3d Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 11 Feb 2023 02:05:56 +0100 Subject: [PATCH] add TODO --- server/database/xorm.go | 1 + 1 file changed, 1 insertion(+) 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"