This repository was archived by the owner on Dec 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
extensions/httpclient/src/test/groovy/com/stormpath/sdk/impl/application Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -351,11 +351,13 @@ class ApplicationIT extends ClientIT {
351351 def dirName = uniquify(" Java SDK Filter IT Dir" )
352352 def dirName2 = uniquify(" Java SDK IT Dir II" )
353353
354- app1 = tenant. createApplication(Applications . newCreateRequestFor(app1). createDirectoryNamed(dirName). build())
355- app2 = tenant. createApplication(Applications . newCreateRequestFor(app2). createDirectoryNamed(dirName2). build())
354+ app1 = tenant. createApplication(newCreateRequestFor(app1). createDirectoryNamed(dirName). build())
355+ app2 = tenant. createApplication(newCreateRequestFor(app2). createDirectoryNamed(dirName2). build())
356356
357357 deleteOnTeardown(app1)
358358 deleteOnTeardown(app2)
359+ deleteOnTeardown(client. getResource(app1. getDefaultAccountStore(). href, Directory ))
360+ deleteOnTeardown(client. getResource(app2. getDefaultAccountStore(). href, Directory ))
359361
360362 // verify that the filter search works with a combination of criteria
361363 def foundApps2 = tenant. getApplications(Applications . where(Applications . filter(' Java SDK Filter IT App' )). and(Applications . description(). endsWithIgnoreCase(' 02' )))
You can’t perform that action at this time.
0 commit comments