Skip to content

Commit

Permalink
update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Nov 13, 2024
1 parent a63130e commit 2c299a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/src/Admin/Update/updateCdnUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testShouldDoExpected( $config, $expected ) {
->with( 'previous_cdn_url', '' )
->andReturn( $config['previous_cdn_url'] );

$this->api_client->shouldReceive( 'get_website_cdn_url' )
$this->api_client->shouldReceive( 'get_raw_website_cdn_url' )
->andReturn( $config['remote_cdn_url'] );

if ( $expected ) {
Expand Down

0 comments on commit 2c299a6

Please sign in to comment.