Skip to content

Commit

Permalink
#81 adjust Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Jun 30, 2022
1 parent a6c5210 commit 2423f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/com/cloudogu/ces/cesbuildlib/MarkdownTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MarkdownTest extends GroovyTestCase {
markdown.check()

assert scriptMock.allActualArgs.size() == 1
assert scriptMock.allActualArgs[0] == "find /tmp -name \\*.md -print0 | xargs -0 -n1 markdown-link-check -v"
assert scriptMock.allActualArgs[0] == "find /docs -name \\*.md -print0 | xargs -0 -n1 markdown-link-check -v"

verify(dockerMock.image(""), times(1)).mountJenkinsUser()
}
Expand Down

0 comments on commit 2423f28

Please sign in to comment.