Skip to content

Commit

Permalink
#592 reproduced
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 22, 2014
1 parent dfaeb93 commit 69f2a8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/java/com/rultor/agents/req/StartsRequestTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ public void startsReleaseRequest() throws Exception {
new XMLDocument(
StringUtils.join(
"<p><entry key='release'><entry key='script'>",
"echo HEY</entry></entry></p>"
"echo HEY</entry></entry>",
"<entry key='docker'><entry key='image'>a/b</entry>",
"</entry></p>"
)
)
)
Expand Down

0 comments on commit 69f2a8b

Please sign in to comment.