Skip to content

Commit e4fb2cb

Browse files
- 2 failing.
1 parent f5eb62b commit e4fb2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,7 +4102,7 @@ Filtered Star Resource Level View of Cloud Control Resource Returns Expected Res
41024102
... ${REGISTRY_NO_VERIFY_CFG_STR}
41034103
... ${AUTH_CFG_STR}
41044104
... ${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';
41064106
... ${AWS_CC_VIEW_SELECT_STAR_BUCKET_FILTERED_EXPECTED}
41074107
... ${CURDIR}/tmp/Filtered-Star-Resource-Level-View-of-Cloud-Control-Resource-Returns-Expected-Result.tmp
41084108

@@ -4115,7 +4115,7 @@ Filtered and Parameterised Projection Resource Level View of Cloud Control Resou
41154115
... ${REGISTRY_NO_VERIFY_CFG_STR}
41164116
... ${AUTH_CFG_STR}
41174117
... ${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';
41194119
... ${AWS_CC_VIEW_SELECT_PROJECTION_BUCKET_COMPLEX_EXPECTED}
41204120
... ${CURDIR}/tmp/Filtered-and-Parameterised-Projection-Resource-Level-View-of-Cloud-Control-Resource-Returns-Expected-Result.tmp
41214121

0 commit comments

Comments
 (0)