Skip to content

Commit

Permalink
Fix integration test for duplicate detector
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <cmgrote@users.noreply.github.com>
  • Loading branch information
cmgrote committed Nov 30, 2023
1 parent bdd00a3 commit 0ce41bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ class DuplicateDetectorTest : PackageTest() {
.stream()
.map { it.guid }
.toList()
Atlan.getDefaultClient().assets.delete(terms, AtlanDeleteType.PURGE)
Glossary.purge(Glossary.findByName(glossaryName).guid)
Atlan.getDefaultClient().assets.delete(terms, AtlanDeleteType.HARD)
Glossary.purge(glossary.guid)
teardown(context.failedTests.size() > 0)
}
}

0 comments on commit 0ce41bb

Please sign in to comment.