Skip to content

Commit

Permalink
Added privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
brianluisgomez committed Jun 25, 2024
1 parent a48086a commit 13d21c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/bandwidth/sdk/api/CallsApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public static void setupBeforeClass() throws URISyntaxException {
createCallBody.setCallbackTimeout(15.0);
createCallBody.setMachineDetection(machineDetection);
createCallBody.setPriority(5);
createCallBody.setPrivacy(false);
createCallBody.setTag("tag_example");

createMantecaCallBody.setFrom(MANTECA_ACTIVE_NUMBER);
Expand Down

0 comments on commit 13d21c4

Please sign in to comment.