fix: Flaky groups test (#5789)

This commit is contained in:
Tom Moor
2023-09-06 18:29:30 -04:00
committed by GitHub
parent ec0564eb32
commit d1de5871de
7 changed files with 51 additions and 38 deletions

View File

@@ -22,14 +22,14 @@ export function getTestServer() {
}
/**
* Set the environment to be cloud hosted
* Set the environment to be cloud hosted.
*/
export function setCloudHosted() {
return (env.URL = sharedEnv.URL = "https://app.outline.dev");
}
/**
* Set the environment to be self hosted
* Set the environment to be self hosted.
*/
export async function setSelfHosted() {
env.URL = sharedEnv.URL = "https://wiki.example.com";