From 41d548d16e3657e479bdd2553b67fa160fed51e9 Mon Sep 17 00:00:00 2001 From: Tekrane Julien Date: Wed, 30 Sep 2020 12:01:44 +0000 Subject: [PATCH] EWPP-201: Fix random test fails. --- .../tests/src/Functional/PersistentUrlControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/oe_content_persistent/tests/src/Functional/PersistentUrlControllerTest.php b/modules/oe_content_persistent/tests/src/Functional/PersistentUrlControllerTest.php index a546ffc3b..8bafa975d 100644 --- a/modules/oe_content_persistent/tests/src/Functional/PersistentUrlControllerTest.php +++ b/modules/oe_content_persistent/tests/src/Functional/PersistentUrlControllerTest.php @@ -83,7 +83,7 @@ public function testPersistentUrlController(): void { $this->assertResponse(404); // Not valid uuid. - $this->drupalGet('/content/' . $this->randomString()); + $this->drupalGet('/content/' . $this->randomMachineName()); $this->assertResponse(404); // Create a new node that will be sent to the home page by the controller.