diff --git a/test/webservices/RestTest.php b/test/webservices/RestTest.php index bf1b5ea9c..c7642e3ea 100644 --- a/test/webservices/RestTest.php +++ b/test/webservices/RestTest.php @@ -180,7 +180,7 @@ JSON; $this->assertContains($sExpectedJsonOuput, $this->DeleteTicketFromApi($iId)); $sExpectedJsonOuput=<<assertEquals($sExpectedJsonOuput, $this->GetTicketViaRest($iId)); }