From 29c45bcae0b70119f64a99a8cf686db966aa9b19 Mon Sep 17 00:00:00 2001 From: Bikalpa Dhakal Date: Thu, 1 Feb 2024 17:19:33 +0545 Subject: [PATCH] Fix a typo --- tests/integration/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/integration-tests.sh b/tests/integration/integration-tests.sh index fecdcbeb..a73961bc 100755 --- a/tests/integration/integration-tests.sh +++ b/tests/integration/integration-tests.sh @@ -216,7 +216,7 @@ test_iceberg_example_in_pod(){ # Test Iceberg integration in Charmed Spark Rock # First create S3 bucket named 'spark' - create_s3_bucket spark] + create_s3_bucket spark # Copy 'test-iceberg.py' script to 'spark' bucket copy_file_to_s3_bucket spark ./tests/integration/resources/test-iceberg.py