Skip to content

Commit

Permalink
Fix assertion for new data format
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed May 6, 2024
1 parent 0684ad7 commit e9c5969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void testShouldGenerateTheDynamicDslJob() throws Exception {
TopLevelItem item = j.jenkins.getItem("dynamic-dsl-test");
File config = new File(item.getRootDir(), "promotions/Development/config.xml");
String content = Files.readString(config.toPath());
assert content.contains("<javaposse.jobdsl.plugin.ExecuteDslScripts>");
assert content.contains("<javaposse.jobdsl.plugin.ExecuteDslScripts");
}

}

0 comments on commit e9c5969

Please sign in to comment.