@@ -175,7 +175,7 @@ |
||
175 | 175 | { |
176 | 176 | /** @var UserInvitation $invitation */ |
177 | 177 | $invitation = $this->objFromFixture(UserInvitation::class, 'expired'); |
178 | - $response = $this->get($this->controller->Link('accept/' . $invitation->TempHash)); |
|
178 | + $response = $this->get($this->controller->Link('accept/'.$invitation->TempHash)); |
|
179 | 179 | $this->assertEquals(302, $response->getStatusCode()); |
180 | 180 | $base = Director::absoluteBaseURL(); |
181 | 181 | $this->assertEquals( |