Adjust tests to not use the dotsToHyphens proxy option

This commit is contained in:
Adomas Venčkauskas 2022-11-10 12:46:14 +02:00
parent 26f1d6125b
commit 56229136be
3 changed files with 4 additions and 4 deletions

View file

@ -237,7 +237,7 @@ describe("Connector Server", function () {
}
],
uri: "https://www-example-com.proxy.example.com/path",
proxy: {scheme: 'https://%h.proxy.example.com/%p', dotsToHyphens: true}
proxy: {scheme: 'https://%h.proxy.example.com/%p'}
};
var promise = waitForItemEvent('add');