Add server URL without variables to the test spec (#7517)

* add server url without variables to the test spec

* fix php tests

* fix tests

* fix assertion
This commit is contained in:
William Cheng
2020-09-28 22:06:42 +08:00
committed by GitHub
parent 785cbbbb63
commit d7dfcc20c0
16 changed files with 59 additions and 4 deletions

View File

@@ -615,6 +615,10 @@ class ApiClient {
]
}
}
},
{
'url': "https://127.0.0.1/no_varaible",
'description': "The local server without variables",
}
];
}