# from aws_cdk import ( # core, # assertions # ) # from cdk_ag_sf.cdk_ag_sf_stack import CdkAgSfStack # example tests. To run these tests, uncomment this file along with the example # resource in cdk_ag_sf/cdk_ag_sf_stack.py def test_sqs_queue_created(): # app = core.App() # stack = CdkAgSfStack(app, "cdk-ag-sf") # template = assertions.Template.from_stack(stack) # template.has_resource_properties("AWS::SQS::Queue", { # "VisibilityTimeout": 300 # }) pass