Skip to content

Commit

Permalink
Add missing config fields in collab tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Feb 15, 2024
1 parent fbd240c commit 0482adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/collab/src/tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ impl TestServer {
rust_log: None,
log_json: None,
zed_environment: "test".into(),
blob_store_url: None,
blob_store_region: None,
blob_store_access_key: None,
blob_store_secret_key: None,
blob_store_bucket: None,
Expand Down

0 comments on commit 0482adc

Please sign in to comment.