Issue #3358375 by Spokje, mondrake: Fix incorrect usage of randomStringValidate in \Drupal\Tests\jsonapi\Kernel\Normalizer\JsonApiDocumentTopLevelNormalizerTest::setUp
parent
67bad1b36c
commit
ad0ffae266
|
@ -195,7 +195,7 @@ class JsonApiDocumentTopLevelNormalizerTest extends JsonapiKernelTestBase {
|
|||
'uid' => $this->user,
|
||||
'body' => [
|
||||
'format' => 'plain_text',
|
||||
'value' => $this->randomStringValidate(42),
|
||||
'value' => $this->randomString(),
|
||||
],
|
||||
'field_tags' => [
|
||||
['target_id' => $this->term1->id()],
|
||||
|
|
Loading…
Reference in New Issue