Tests for endpoints/web and some small fixes
This commit is contained in:
parent
4905f55268
commit
6a8331d305
3 changed files with 168 additions and 11 deletions
|
@ -4,7 +4,7 @@ import re
|
|||
from jsonschema import validate
|
||||
from buildtrigger.triggerutil import (RepositoryReadException, TriggerActivationException,
|
||||
TriggerDeactivationException, TriggerStartException,
|
||||
InvalidPayloadException,
|
||||
InvalidPayloadException, TriggerProviderException,
|
||||
determine_build_ref, raise_if_skipped_build,
|
||||
find_matching_branches)
|
||||
|
||||
|
|
Reference in a new issue