Skip to content

Commit

Permalink
Fix the Piwik site url
Browse files Browse the repository at this point in the history
Demo instance now hosted under the Matomo domain.
  • Loading branch information
stayallive committed Sep 5, 2018
1 parent 5bb45b9 commit 8b35790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PiwikTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class PiwikTest extends \PHPUnit\Framework\TestCase
{
const TEST_SITE_URL = 'https://demo.piwik.org/';
const TEST_SITE_URL = 'https://demo.matomo.org/';

const TEST_SITE_ID = 7;

Expand Down

0 comments on commit 8b35790

Please sign in to comment.