fix(endpoints): fix build

forgot to add this

Issue: https://www.pivotaltracker.com/story/show/144661631

- [ ] It works!
- [ ] Comments provide sufficient explanations for the next contributor
- [ ] Tests cover changes and corner cases
- [ ] Follows Quay syntax patterns and format
This commit is contained in:
Charlton Austin 2017-05-12 15:27:56 -05:00
parent 191e5d94d4
commit e8c4cc49bd

View file

@ -1,6 +1,6 @@
import pytest
from endpoints.api.trigger import is_parent
from endpoints.api.trigger_analyzer import is_parent
@pytest.mark.parametrize('context,dockerfile_path,expected', [