From 496cfa92bc62fd0cf7077990b5a17bbdb3010e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 27 Feb 2025 10:55:49 +0100 Subject: [PATCH] Fix QA instance setup --- app/controllers/general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/general.php b/app/controllers/general.php index 9a2fba1a1a..132647cd2f 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -693,7 +693,7 @@ App::init() // TODO: @christyjacob remove once we migrate the rules in 1.7.x '$id' => $ruleId, 'domain' => $domain->get(), - 'resourceType' => 'api', + 'type' => 'api', 'status' => 'verifying', 'projectId' => 'console', 'projectInternalId' => 'console',