Skip to content

Commit

Permalink
resolved mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-bansal96 committed Sep 8, 2023
1 parent 5747f21 commit 9bebb5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/src/CommandTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -621,15 +621,15 @@ protected function getMockGitLabVariables(): array {
0 => [
'environment_scope' => '*',
'key' => 'ACQUIA_APPLICATION_UUID',
'masked' => FALSE,
'masked' => TRUE,
'protected' => FALSE,
'value' => '2b3f7cf0-6602-4590-948b-3b07b1b005ef',
'variable_type' => 'env_var',
],
1 => [
'environment_scope' => '*',
'key' => 'ACQUIA_CLOUD_API_TOKEN_KEY',
'masked' => FALSE,
'masked' => TRUE,
'protected' => FALSE,
'value' => '111aae74-e81a-4052-b4b9-a27a62e6b6a6',
'variable_type' => 'env_var',
Expand Down

0 comments on commit 9bebb5f

Please sign in to comment.