aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlang/python/tests/t-import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/tests/t-import.py b/lang/python/tests/t-import.py
index 8d8a6998..82d3a4e1 100755
--- a/lang/python/tests/t-import.py
+++ b/lang/python/tests/t-import.py
@@ -82,4 +82,4 @@ try:
result = c.key_import(b"thisisnotakey")
except ValueError:
pass
-assert result.considered == 0
+assert result == "IMPORT_PROBLEM"