callApiWithKey(self::METHOD_GET, '/short-urls/invalid/visits'); ['error' => $error] = $this->getJsonResponsePayload($resp); $this->assertEquals(self::STATUS_NOT_FOUND, $resp->getStatusCode()); $this->assertEquals('INVALID_SHORTCODE', $error); } }