Skip to content

Commit

Permalink
Update fs_test.install
Browse files Browse the repository at this point in the history
  • Loading branch information
simesy authored Mar 17, 2024
1 parent 436806a commit 597a0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/modules/custom/fs_test/fs_test.install
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function fs_test_requirements(string $phase): array {
throw new \Exception($error);
}

$requirements['cc_test_no_production'] = [
$requirements['fs_test_no_production'] = [
'severity' => REQUIREMENT_ERROR,
'description' => $error,
];
Expand Down

0 comments on commit 597a0ea

Please sign in to comment.