Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 8e869f3

Browse files
committed
#415 Fixing Preview test that failed after second run after 415 fix
1 parent c9f40f7 commit 8e869f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/marklogic/mgmt/resource/security/PreviewUserDeploymentTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void test() {
6969
assertEquals("rest-writer", secondChange.get("value").asText());
7070

7171
} finally {
72+
manageClient.getRestTemplate().getInterceptors().clear();
7273
mgr.delete(json);
7374
}
7475
}

0 commit comments

Comments
 (0)