Skip to content

Commit 745be33

Browse files
committed
Fix test to correctly assert failure reporting
1 parent 27edd3e commit 745be33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-test/src/test/groovy/org/gradle/github/dependencygraph/DependencyExtractorConfigTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ class DependencyExtractorConfigTest extends BaseExtractorTest {
9696
def result = executer.runWithFailure()
9797

9898
then:
99-
result.output.contains("'GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR' must be set")
99+
result.output.contains("> The configuration parameter 'GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR' must be set")
100100
}
101101
}

0 commit comments

Comments
 (0)