From e3a7fc6c7717178b243a110cae13886c273ba985 Mon Sep 17 00:00:00 2001 From: Pablo Grass Date: Wed, 7 Feb 2018 10:19:05 +0100 Subject: [PATCH] use constant directing attention to what's tested To avoid the impression of testing the wrong thing/two things at once --- tests/EdgeToEdge/Routes/ShowMembershipConfirmationRouteTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/EdgeToEdge/Routes/ShowMembershipConfirmationRouteTest.php b/tests/EdgeToEdge/Routes/ShowMembershipConfirmationRouteTest.php index 3d1a581fd..95a7e9065 100644 --- a/tests/EdgeToEdge/Routes/ShowMembershipConfirmationRouteTest.php +++ b/tests/EdgeToEdge/Routes/ShowMembershipConfirmationRouteTest.php @@ -110,7 +110,7 @@ public function testCallOnUnknownApplicationId_deniedPageIsShown(): void { self::PATH, [ 'id' => self::UNKNOWN_APPLICATION_ID, - 'accessToken' => self::WRONG_ACCESS_TOKEN + 'accessToken' => self::CORRECT_ACCESS_TOKEN ] );