Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 24, 2024
1 parent 847b958 commit b37aba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parsely/test-mu-parsely-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ public function test_parsely_configs_for_managed_mode() {
// Assert.
$this->assertEquals( array(
'is_pinned_version' => has_filter( 'wpvip_parsely_version' ),
'site_id' => is_latest_version() ? 'site_id_value' : '',
'have_api_secret' => is_latest_version() ? true : false,
'site_id' => 'site_id_value',
'have_api_secret' => true,
'is_javascript_disabled' => false,
'is_autotracking_disabled' => false,
'should_track_logged_in_users' => false,
Expand Down

0 comments on commit b37aba4

Please sign in to comment.