Skip to content

Commit 2789c45

Browse files
lambda fix 9
1 parent 8570817 commit 2789c45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LambdaTest/uploadAppToLambdaTest.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function uploadFileToLambdaTest(name, path, customId) {
1919

2020
//Create body for the fetch
2121
const form = new FormData();
22-
form.append("name", name);
22+
form.append("name", customId);
2323
form.append("appFile", new File([file], path));
2424
form.append("visibility", "team");
2525
form.append("custom_id", customId);

LambdaTest/wdio-config-ios.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ exports.config = {
2626
devicelog: true,
2727
visual: true,
2828
w3c: true,
29+
noReset: false,
2930
platformName: "ios",
3031
deviceName: "iPhone 15",
3132
appiumVersion: "1.22.3",

0 commit comments

Comments
 (0)