Skip to content

Commit cb141d5

Browse files
authored
Make sure we don't try to create users that already exist (#68)
1 parent ff52a4e commit cb141d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/src/org/labkey/test/tests/trialshare/DataFinderTestBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ protected void doCleanup(boolean afterTest) throws TestTimeoutException
126126
{
127127
_containerHelper.deleteProject(getProjectName(), afterTest);
128128
_containerHelper.deleteProject(getDataProjectName(), afterTest);
129+
_userHelper.deleteUsers(false, PUBLIC_READER, CASALE_READER, WISPR_READER);
129130
}
130131

131132
@BeforeClass

0 commit comments

Comments
 (0)