Skip to content

Commit

Permalink
delete transient timeout for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Jun 27, 2024
1 parent 79cb85a commit b7f473c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function set_up() {

public function tear_down() {
delete_transient( 'wp_rocket_customer_data' );
delete_transient( 'user_information_timeout_active');
remove_filter( 'pre_get_rocket_option_consumer_email', [ $this, 'set_consumer_email' ] );
remove_filter( 'pre_get_rocket_option_consumer_key', [ $this, 'set_consumer_key' ] );
remove_filter( 'pre_http_request', [ $this, 'set_response' ] );
Expand Down

0 comments on commit b7f473c

Please sign in to comment.