Browse Source

fix test for unknown parsed result

pull/78/head
Aaron Parecki 5 years ago
parent
commit
7ee8240ebd
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tests/ParseTest.php

+ 0
- 1
tests/ParseTest.php View File

@ -315,7 +315,6 @@ class ParseTest extends PHPUnit_Framework_TestCase {
$body = $response->getContent(); $body = $response->getContent();
$this->assertEquals(200, $response->getStatusCode()); $this->assertEquals(200, $response->getStatusCode());
$data = json_decode($body); $data = json_decode($body);
$this->assertEquals('mf2+html', $data->{'source-format'});
$this->assertEquals('unknown', $data->data->type); $this->assertEquals('unknown', $data->data->type);
} }

Loading…
Cancel
Save