merchant test: also test with existing instance
This commit is contained in:
parent
364815e0cc
commit
9f0ca4b321
@ -138,6 +138,11 @@ export async function runMerchantInstancesUrlsTest(t: GlobalTestState) {
|
|||||||
"foo",
|
"foo",
|
||||||
404,
|
404,
|
||||||
);
|
);
|
||||||
|
await check(
|
||||||
|
`${defaultBaseUrl}instances/myinst/private/instances`,
|
||||||
|
"foo",
|
||||||
|
404,
|
||||||
|
);
|
||||||
|
|
||||||
await check(`${defaultBaseUrl}config`, "foo", 200);
|
await check(`${defaultBaseUrl}config`, "foo", 200);
|
||||||
await check(`${defaultBaseUrl}instances/default/config`, "foo", 200);
|
await check(`${defaultBaseUrl}instances/default/config`, "foo", 200);
|
||||||
|
Loading…
Reference in New Issue
Block a user