Skip to content

Commit

Permalink
EWPP-201: Fix random test fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien- authored and drishu committed Oct 6, 2020
1 parent ad011d4 commit 41d548d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 41d548d

Please sign in to comment.