@@ -29,8 +29,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
29
29
"name" : "Syslog" ,
30
30
"type" : "DEVICE_LOG" ,
31
31
"extension" : "syslog" ,
32
- "url" : "https://job_arn_1_device_log" ,
33
- "s3_url" : "https://job_arn_1/test-workflow1/1/syslog.syslog" ,
32
+ "url" : "https://job_arn_1_device_log" , # @lint-ignore
33
+ "s3_url" : "https://job_arn_1/test-workflow1/1/syslog.syslog" , # @lint-ignore
34
34
"app_type" : app_type ,
35
35
"job_name" : "job_arn_1_name" ,
36
36
"os" : "14" ,
@@ -55,8 +55,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
55
55
"name" : "Customer Artifacts" ,
56
56
"type" : "CUSTOMER_ARTIFACT" ,
57
57
"extension" : "zip" ,
58
- "url" : "https://job_arn_1_customer_artifact" ,
59
- "s3_url" : "https://job_arn_1_customer_artifact1" ,
58
+ "url" : "https://job_arn_1_customer_artifact" , # @lint-ignore
59
+ "s3_url" : "https://job_arn_1_customer_artifact1" , # @lint-ignore
60
60
"app_type" : app_type ,
61
61
"job_name" : "job_arn_1_device_name" ,
62
62
"os" : "14" ,
@@ -68,8 +68,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
68
68
"name" : "Syslog" ,
69
69
"type" : "DEVICE_LOG" ,
70
70
"extension" : "syslog" ,
71
- "url" : "https://job_arn_1_device_log" ,
72
- "s3_url" : "https://job_arn_1/test-workflow1/1/syslog.syslog" ,
71
+ "url" : "https://job_arn_1_device_log" , # @lint-ignore
72
+ "s3_url" : "https://job_arn_1/test-workflow1/1/syslog.syslog" , # @lint-ignore
73
73
"app_type" : app_type ,
74
74
"job_name" : "job_arn_2_name" ,
75
75
"os" : "14" ,
@@ -94,8 +94,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
94
94
"name" : "Customer Artifacts" ,
95
95
"type" : "CUSTOMER_ARTIFACT" ,
96
96
"extension" : "zip" ,
97
- "url" : "https://job_arn_1_customer_artifact" ,
98
- "s3_url" : "https://job_arn_1_customer_artifact1" ,
97
+ "url" : "https://job_arn_1_customer_artifact" , # @lint-ignore
98
+ "s3_url" : "https://job_arn_1_customer_artifact1" , # @lint-ignore
99
99
"app_type" : app_type ,
100
100
"job_name" : "job_arn_2_name" ,
101
101
"os" : "14" ,
0 commit comments