Skip to content

Commit

Permalink
test: use import for RUBYSEC_DB_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EslamHiko committed Apr 4, 2020
1 parent 44a6b58 commit 89c1052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vulnerabilities/tests/test_ruby.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
import pytest
from vulnerabilities.scraper.ruby import rubygem_advisories
from vulnerabilities.scraper.ruby import load_vulnerability_package

RUBYSEC_DB_URL = 'https://github.com/rubysec/ruby-advisory-db/archive/master.zip'
from vulnerabilities.scraper.ruby import RUBYSEC_DB_URL


@pytest.mark.webtest
Expand Down

0 comments on commit 89c1052

Please sign in to comment.