From 7c9207278083249635d5d2387c24cebecd32c72e Mon Sep 17 00:00:00 2001
From: Alex Maras <dev@alexmaras.com>
Date: Thu, 17 Apr 2025 09:36:44 +0800
Subject: [PATCH] test: validate testing by removing extra_artifacts input

---
 tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
index b73fa8b..1855786 100644
--- a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
+++ b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
@@ -11,8 +11,6 @@ include:
       root_dir: $TEST_GITLAB_TOFU_ROOT_DIR
       state_name: $TEST_GITLAB_TOFU_STATE_NAME
       warning_on_non_empty_plan: true
-      extra_artifacts:
-        - $ARTIFACT_FILE_NAME
 
   # For CI Terraform state cleanup
   - component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/delete-state@$CI_COMMIT_SHA
-- 
GitLab