Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Oct 5, 2022
1 parent 00d977b commit f493148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/WpscanScanDirsAlteredTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ protected function setUp() :void {
$this->options_git
);

$this->options['commit'] =
$this->options['wpscan-pr-1-commit-id'];

$this->options['github-token'] =
vipgoci_unittests_get_config_value(
'git-secrets',
'github-token',
true // Fetch from secrets file.
);

$this->options['commit'] =
$this->options['wpscan-pr-1-commit-id'];

if ( empty( $this->options['github-token'] ) ) {
$this->options['github-token'] = '';
}
Expand Down

0 comments on commit f493148

Please sign in to comment.