diff --git a/core/modules/user/src/Tests/Views/BulkFormAccessTest.php b/core/modules/user/src/Tests/Views/BulkFormAccessTest.php index 6c11ea8..8fc3c6e 100644 --- a/core/modules/user/src/Tests/Views/BulkFormAccessTest.php +++ b/core/modules/user/src/Tests/Views/BulkFormAccessTest.php @@ -52,7 +52,7 @@ public function testUserEditAccess() { 'action' => 'user_block_user_action', ); $this->drupalPostForm('test-user-bulk-form', $edit, t('Apply')); - + $this->assertResponse(200); // Re-load the account "no_edit" and ensure it is blocked. $account = entity_load('user', $account->id(), TRUE); $this->assertTrue($account->isBlocked(), 'The user is blocked.');