You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/robot/functional/stackql_mocked_from_cmd_line.robot
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4102,7 +4102,7 @@ Filtered Star Resource Level View of Cloud Control Resource Returns Expected Res
4102
4102
... ${REGISTRY_NO_VERIFY_CFG_STR}
4103
4103
... ${AUTH_CFG_STR}
4104
4104
... ${SQL_BACKEND_CFG_STR_CANONICAL}
4105
-
... select BucketName, DomainName from aws.pseudo_s3.s3_bucket_listing where region \= 'ap\-southeast\-2' and BucketName \= 'stackql\-trial\-bucket\-01';
4105
+
... select * from aws.pseudo_s3.s3_bucket_listing where region \= 'ap\-southeast\-2' and BucketName \= 'stackql\-trial\-bucket\-01';
@@ -4115,7 +4115,7 @@ Filtered and Parameterised Projection Resource Level View of Cloud Control Resou
4115
4115
... ${REGISTRY_NO_VERIFY_CFG_STR}
4116
4116
... ${AUTH_CFG_STR}
4117
4117
... ${SQL_BACKEND_CFG_STR_CANONICAL}
4118
-
... select bucket_name, domain_name from aws.pseudo_s3.aws.pseudo_s3.s3_bucket_polymorphic where data__Identifier = 'stackql\-trial\-bucket\-01' and region \= 'ap\-southeast\-2' and bucket_name \= 'stackql\-trial\-bucket\-01';
4118
+
... select bucket_name, domain_name from aws.pseudo_s3.s3_bucket_polymorphic where data__Identifier = 'stackql\-trial\-bucket\-01' and region \= 'ap\-southeast\-2' and bucket_name \= 'stackql\-trial\-bucket\-01';
0 commit comments