Fixing test after getid to negotiate rename
This commit is contained in:
parent
9eb42cce2d
commit
3ad8efb4ab
|
|
@ -7,7 +7,7 @@ describe("Connection", () => {
|
|||
let options: ISignalROptions = {
|
||||
httpClient: <IHttpClient>{
|
||||
get(url: string): Promise<string> {
|
||||
if (url.indexOf("/getid") >= 0) {
|
||||
if (url.indexOf("/negotiate") >= 0) {
|
||||
return Promise.reject("error");
|
||||
}
|
||||
return Promise.resolve("");
|
||||
|
|
|
|||
Loading…
Reference in New Issue