fix: anon user error (#3772)

* fix: anon user error

* ci: fix tests
This commit is contained in:
Nathan.fooo
2023-10-24 23:13:51 +08:00
committed by GitHub
parent 71f80be8f7
commit cceee80799
39 changed files with 227 additions and 230 deletions

View File

@ -76,7 +76,7 @@ pub struct FolderTest {
impl FolderTest {
pub async fn new() -> Self {
let sdk = EventIntegrationTest::new();
let _ = sdk.init_user().await;
let _ = sdk.init_anon_user().await;
let workspace = create_workspace(&sdk, "FolderWorkspace", "Folder test workspace").await;
let parent_view = create_app(&sdk, &workspace.id, "Folder App", "Folder test app").await;
let view = create_view(