Skip to content

Commit

Permalink
Merge pull request #86 from BBVA/fix/integration/patton
Browse files Browse the repository at this point in the history
Fix/integration/patton
  • Loading branch information
Sergiodfdez committed Feb 14, 2018
2 parents d171187 + 2fbce71 commit 9432371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ redis==2.10.6
psycopg2==2.7.3.1
pluginbase==0.5
deeptracy_core==0.0.34
patton-server==0.0.4.post6
patton-server==0.0.4.post9
requests==2.18.4
docker==2.5.1
PyYAML==3.12
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/features/patton.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Feature: Patton

Background: Database setup
Given a clean system
And a project with "https://github.com/Sergiodfdez/test_deeptracy.git" repo exists in the database
And a scan for lang "nodejs" in "develop" branch exists for the project
And a project with "https://github.com/jspm/registry.git" repo exists in the database
And a scan for lang "nodejs" in "master" branch exists for the project

Scenario: Patton generates valid output
When a task for "prepare_scan" is added to celery for the scan
Expand Down

0 comments on commit 9432371

Please sign in to comment.