Adjust tests to not use the dotsToHyphens proxy option
This commit is contained in:
parent
26f1d6125b
commit
56229136be
3 changed files with 4 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue