@@ -160,7 +160,7 @@ |
||
160 | 160 | { |
161 | 161 | /** @var UserInvitation $invitation */ |
162 | 162 | $invitation = $this->objFromFixture(UserInvitation::class, 'expired'); |
163 | - $response = $this->get($this->controller->Link('accept/' . $invitation->TempHash)); |
|
163 | + $response = $this->get($this->controller->Link('accept/'.$invitation->TempHash)); |
|
164 | 164 | $this->assertEquals(302, $response->getStatusCode()); |
165 | 165 | $base = Director::absoluteBaseURL(); |
166 | 166 | $this->assertEquals('user/expired', |