Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenkinsci/jenkins-test-harness in…
Browse files Browse the repository at this point in the history
…to websocket
  • Loading branch information
jglick committed Dec 20, 2019
2 parents e0ff205 + acb063f commit bdda49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ THE SOFTWARE.
</scm>

<properties>
<revision>2.58</revision>
<revision>2.59</revision>
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.24.v20191120</jetty.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TestCrumbIssuerConfigurationAsCodeTest {
public RuleChain chain = RuleChain.outerRule(j).around(logRule);

@Test
public void testCrumpIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception {
public void testCrumbIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception {
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
ConfigurationAsCode.get().export(outputStream);

Expand Down

0 comments on commit bdda49f

Please sign in to comment.