Skip to content

Commit

Permalink
Update url property.
Browse files Browse the repository at this point in the history
  • Loading branch information
zutigrm committed Jan 23, 2025
1 parent 2abebcf commit c4c4158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe( 'setting up the Analytics module using GCP auth with no existing accou
body: JSON.stringify( fixtures.googleTagSettings ),
status: 200,
} );
} else if ( request.url().match( 'user/data/audience-settings' ) ) {
} else if ( url.match( 'user/data/audience-settings' ) ) {
request.respond( {
status: 200,
body: JSON.stringify( {
Expand Down

0 comments on commit c4c4158

Please sign in to comment.