From 442ae0a178c61d69fa9aa557b4cdebcb46c416b0 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Tue, 16 Jan 2024 17:41:00 +0100 Subject: [PATCH] Fix tests --- tests/unit.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit.gitlab-ci.yml b/tests/unit.gitlab-ci.yml index 51c0fa5..ac275b6 100644 --- a/tests/unit.gitlab-ci.yml +++ b/tests/unit.gitlab-ci.yml @@ -313,7 +313,7 @@ gitlab-tofu-without-implicit-init: - CMD: plan ERROR: 'Error: Backend initialization required, please run "tofu init"' - CMD: validate - ERROR: 'Error: Missing required provider' + ERROR: 'This module is not yet installed. Run "tofu init" to install all modules' gitlab-tofu-no-wrapper: extends: -- GitLab