diff --git a/modules/rh_node/src/Tests/BehaviorSettingsFormAlterationsTest.php b/modules/rh_node/src/Tests/BehaviorSettingsFormAlterationsTest.php index 4efc432..42e86e4 100644 --- a/modules/rh_node/src/Tests/BehaviorSettingsFormAlterationsTest.php +++ b/modules/rh_node/src/Tests/BehaviorSettingsFormAlterationsTest.php @@ -44,6 +44,7 @@ class BehaviorSettingsFormAlterationsTest extends WebTestBase { // permissions. $this->user = $this->drupalCreateUser(array( 'bypass node access', 'administer content types', + 'rabbit hole administer node' )); $this->behaviorSettingsManager = $this->container