Skip to content

Commit

Permalink
Merge pull request #488 from karantan/cleanup/test_resource_custom_pr…
Browse files Browse the repository at this point in the history
…edicates

Remove unnecessary code in tests/test_resource_custom_predicates.py Fixes #487
  • Loading branch information
leplatrem authored Apr 20, 2018
2 parents a2f746e + 5828ac9 commit ded8422
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_resource_custom_predicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
from cornice.resource import view
from .support import TestCase, CatchErrors

EMPLOYEES_DB = {
1: {'name': 'Tony Flash', 'position': 'topmanager', 'salary': 30000},
2: {'name': 'Jimmy Arrow', 'position': 'supervisor', 'salary': 50000}
}


class employeeType(object):
def __init__(self, val, config):
Expand Down

0 comments on commit ded8422

Please sign in to comment.