summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pdf.py b/tests/test_pdf.py
index 9e63893..7c993eb 100644
--- a/tests/test_pdf.py
+++ b/tests/test_pdf.py
@@ -95,7 +95,7 @@ class TestPermissions:
)
def test_permissions_all_true_not_encrypted(self, trivial):
- assert all(trivial.allow)
+ assert all(trivial.allow.values())
class TestStreams: