@@ -29,8 +29,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
2929                "name" : "Syslog" ,
3030                "type" : "DEVICE_LOG" ,
3131                "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 
3434                "app_type" : app_type ,
3535                "job_name" : "job_arn_1_name" ,
3636                "os" : "14" ,
@@ -55,8 +55,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
5555                "name" : "Customer Artifacts" ,
5656                "type" : "CUSTOMER_ARTIFACT" ,
5757                "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 
6060                "app_type" : app_type ,
6161                "job_name" : "job_arn_1_device_name" ,
6262                "os" : "14" ,
@@ -68,8 +68,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
6868                "name" : "Syslog" ,
6969                "type" : "DEVICE_LOG" ,
7070                "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 
7373                "app_type" : app_type ,
7474                "job_name" : "job_arn_2_name" ,
7575                "os" : "14" ,
@@ -94,8 +94,8 @@ def get_mock_happy_flow_content(app_type: str = "IOS_APP"):
9494                "name" : "Customer Artifacts" ,
9595                "type" : "CUSTOMER_ARTIFACT" ,
9696                "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 
9999                "app_type" : app_type ,
100100                "job_name" : "job_arn_2_name" ,
101101                "os" : "14" ,
0 commit comments