aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/ussl_keycert.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/ussl_keycert.py.exp')
-rw-r--r--tests/extmod/ussl_keycert.py.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extmod/ussl_keycert.py.exp b/tests/extmod/ussl_keycert.py.exp
new file mode 100644
index 000000000..b72d319c6
--- /dev/null
+++ b/tests/extmod/ussl_keycert.py.exp
@@ -0,0 +1,3 @@
+ValueError('invalid key',)
+TypeError("can't convert 'NoneType' object to str implicitly",)
+ValueError('invalid cert',)