Skip to content
Snippets Groups Projects
Commit 0d418e7c authored by Tom Prince's avatar Tom Prince
Browse files

Fix a name error in the private-storage tests.

This is a follow-up to !166 (c9ddc8ad), where I missed one occurence.
parent bf98848f
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ in { ...@@ -258,7 +258,7 @@ in {
voucher voucher
]} ]}
except: except:
code, log = client.execute('cat /tmp/stdout /tmp/stderr'); code, output = client.execute('cat /tmp/stdout /tmp/stderr');
client.log(output) client.log(output)
# Dump the fake Stripe API server logs, too, since the error may arise # Dump the fake Stripe API server logs, too, since the error may arise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment