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"