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:
parent
191e5d94d4
commit
e8c4cc49bd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from endpoints.api.trigger import is_parent
|
from endpoints.api.trigger_analyzer import is_parent
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('context,dockerfile_path,expected', [
|
@pytest.mark.parametrize('context,dockerfile_path,expected', [
|
||||||
|
|
Reference in a new issue