mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
add TODO
This commit is contained in:
parent
d8595cee88
commit
71edfec02a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue