We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d724e commit e288070Copy full SHA for e288070
tests/integration/code_mappings/upload.rs
@@ -4,11 +4,8 @@ use crate::integration::{MockEndpointBuilder, TestManager};
4
fn command_code_mappings_upload() {
5
TestManager::new()
6
.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"),
+ MockEndpointBuilder::new("POST", "/api/0/organizations/wat-org/code-mappings/bulk/")
+ .with_response_file("code_mappings/post-bulk.json"),
12
)
13
.register_trycmd_test("code_mappings/code-mappings-upload.trycmd")
14
.with_default_token();
0 commit comments