Skip to content

Commit

Permalink
Update release api to fix issue with broken release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJoan committed Jun 14, 2019
1 parent f1446da commit 9164893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dscan/common/release_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TEST_RUNS_BASE = ['./droopescan']
TEST_RUNS_APPEND = ['-n', '100']
TEST_RUNS = [
['scan', 'drupal', '--url', 'https://www.ins' + 'tyle.de', '-t', '30'],
['scan', 'drupal', '--url', 'https://www.arse'+'nal.com', '-t', '30'],
['scan', 'silverstripe', '--url', 'https://www.opens'+ 'tack.org/', '-t', '2'],
['scan', 'wordpress', '--url', 'http://wordpress.org/', '-t', '30'],
['scan', 'joomla', '--url', 'http://www.joomla.org/', '-t', '30'],
Expand Down

0 comments on commit 9164893

Please sign in to comment.