Skip to content

Commit

Permalink
Final test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Jul 22, 2024
1 parent baf43c2 commit 7b69eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected function set_up() {
Waf_Constants::define_share_data();

// Simulate a blocklog entry to trigger option update
$test_rule_id = 1;
$test_rule_id = '1';
$test_reason = 'Test block reason for file';
Waf_Blocklog_Manager::write_blocklog( $test_rule_id, $test_reason );
}
Expand Down

0 comments on commit 7b69eb5

Please sign in to comment.