Merge pull request #2638 from charltonaustin/fix_build
fix(endpoints): fix build
This commit is contained in:
commit
6023e15274
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