We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27edd3e commit 745be33Copy full SHA for 745be33
plugin-test/src/test/groovy/org/gradle/github/dependencygraph/DependencyExtractorConfigTest.groovy
@@ -96,6 +96,6 @@ class DependencyExtractorConfigTest extends BaseExtractorTest {
96
def result = executer.runWithFailure()
97
98
then:
99
- result.output.contains("'GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR' must be set")
+ result.output.contains("> The configuration parameter 'GITHUB_DEPENDENCY_GRAPH_JOB_CORRELATOR' must be set")
100
}
101
0 commit comments