chore: fix test

This commit is contained in:
Nathan 2025-04-24 20:55:06 +08:00
parent 8485a67357
commit 36dacdbdf2

View File

@ -309,7 +309,7 @@ async fn af_cloud_create_local_workspace_test() {
// Test: Create a local workspace
let local_workspace = test
.create_workspace("my local workspace", WorkspaceType::Server)
.create_workspace("my local workspace", WorkspaceType::Local)
.await;
// Verify: Local workspace was created correctly