We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad8428 commit 99d8149Copy full SHA for 99d8149
api/terraform/python/openai_api/lambda_openai_function/tests/test_custom_config.py
@@ -171,6 +171,11 @@ def test_function_calling(self):
171
172
def test_aws_s3_bucket(self):
173
"""Test aws_s3_bucket."""
174
+
175
+ # If the aws_s3_bucket_name is example.com, then we don't need to test it.
176
+ if settings.aws_apigateway_root_domain == "example.com":
177
+ return
178
179
aws_s3_bucket_name = settings.aws_s3_bucket_name
180
s3 = settings.aws_s3_client
181
0 commit comments