This commit is contained in:
6543 2023-02-11 02:05:56 +01:00
parent d8595cee88
commit 71edfec02a
No known key found for this signature in database
GPG key ID: B8BE6D610E61C862

View file

@ -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"