Skip to content

Commit e288070

Browse files
committed
style: Fix formatting in upload test
1 parent 06d724e commit e288070

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/integration/code_mappings/upload.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ use crate::integration::{MockEndpointBuilder, TestManager};
44
fn command_code_mappings_upload() {
55
TestManager::new()
66
.mock_endpoint(
7-
MockEndpointBuilder::new(
8-
"POST",
9-
"/api/0/organizations/wat-org/code-mappings/bulk/",
10-
)
11-
.with_response_file("code_mappings/post-bulk.json"),
7+
MockEndpointBuilder::new("POST", "/api/0/organizations/wat-org/code-mappings/bulk/")
8+
.with_response_file("code_mappings/post-bulk.json"),
129
)
1310
.register_trycmd_test("code_mappings/code-mappings-upload.trycmd")
1411
.with_default_token();

0 commit comments

Comments
 (0)