diff --git a/tests/test_dssp.py b/tests/test_dssp.py index 4719442..d81f771 100644 --- a/tests/test_dssp.py +++ b/tests/test_dssp.py @@ -265,7 +265,7 @@ def test_generator_run_unbound(self): if os.path.isfile(self.inputcif): filename, extension = os.path.splitext(self.inputdssp) g = self.generator(self.inputcif, filename + '_unbound.dssp') - g.run(run_unbound=True, override=True) + g.run(run_unbound=True, override=True, category='auth') self.assertTrue(os.path.isfile(filename + '_unbound.dssp')) else: raise IOError("%s" % self.inputcif)