Skip to content

Commit

Permalink
test_service.py: load with clear=True for robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Apr 2, 2024
1 parent 7bc10ab commit 331eca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/nistoar/nsd/test_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_groups(self):
self.assertEqual(set([u['orG_ACRNM'] for u in grps]), set("BWM VTA".split()))

def test_select_people(self):
self.svc.load(self.cfg, rootlog, False)
self.svc.load(self.cfg, rootlog)

peops = self.svc.select_people({"firstName": ["Phillip"]})
self.assertEqual(len(peops), 2)
Expand Down

0 comments on commit 331eca1

Please sign in to comment.