Skip to content

Commit 7737d65

Browse files
committed
Add build_server to mock_env.rs
1 parent b154778 commit 7737d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mock_env.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ impl MockEnv {
4343
auth_server: "127.0.0.1".into(),
4444
auth_api_port: 0,
4545
auth_update_port: port as u32,
46+
build_server: None,
4647
};
4748
write_conf(&config, "project.json").unwrap();
4849

0 commit comments

Comments
 (0)