Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
#41 attachment_integration - fix test image
Browse files Browse the repository at this point in the history
  • Loading branch information
derpixler committed Jan 22, 2016
1 parent 8dcea5a commit 839b498
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function test_import_post() {
* Now define the behaviour of the mock object. Each of the specified
* methods ( @see ImportPostInterface ) should return a proper value!
*/
$origin_attachment_url = 'http://inpsyde.com/wp-content/themes/i/assets/img/logo.pg';
$origin_attachment_url = 'http://inpsyde.com/wp-content/themes/i/assets/img/logo.png';

$postdata = array(
'title' => $origin_attachment_url,
Expand Down

0 comments on commit 839b498

Please sign in to comment.