Skip to content

Commit

Permalink
FLOWPLUGIN-8990 - fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imago-storm committed Feb 12, 2021
1 parent 64fa522 commit c885b6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ volumes:
"""
then:
logger.debug(result.logs)
assert result.outcome == 'success'
assert result.outcome in ['success', 'warning']
def processSteps = dsl """
getProcessSteps(
applicationName: '$appName',
Expand Down Expand Up @@ -319,7 +319,7 @@ services:
"""
then:
logger.debug(result.logs)
assert result.outcome == 'success'
assert result.outcome in ['success', 'warning']
def dependencies = dsl """
getProcessDependencies(
projectName: '$projectName',
Expand Down

0 comments on commit c885b6d

Please sign in to comment.