Skip to content

Commit

Permalink
Add Python 3.13 specific snapshot file for test_exporter.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Myles Scolnick <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and mscolnick committed Mar 7, 2025
1 parent 5c121a7 commit c283258
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"output": "",
"console": [
"running internal tests\n"
],
"status": "idle"
},
{
"output": "<pre style='font-size: 12px'>15</pre>",
"console": [
"internal error\n"
],
"status": "idle"
},
{
"output": [
{
"msg": "This cell raised an exception: ValueError('Failed to authenticate. The correct password is [REDACTED]')",
"exception_type": "ValueError",
"raising_cell": null,
"type": "exception"
}
],
"console": [
"<span class=\"codehilite\"><div class=\"highlight\"><pre><span></span><span class=\"gt\">Traceback (most recent call last):</span>\n &quot;</span>, line <span class=\"m\">3</span>, in <span class=\"n\">&lt;module&gt;</span>\n<span class=\"w\"> </span><span class=\"k\">raise</span> <span class=\"ne\">ValueError</span><span class=\"p\">(</span>\n<span class=\"w\"> </span> <span class=\"s2\">&quot;Failed to authenticate. The correct password is &#39;[REDACTED]&#39;.&quot;</span>\n<span class=\"w\"> </span><span class=\"p\">)</span>\n<span class=\"gr\">ValueError</span>: <span class=\"n\">Failed to authenticate. The correct password is &#39;[REDACTED]&#39;.</span>\n</pre></div>\n</span>"
],
"status": "idle"
}
]

0 comments on commit c283258

Please sign in to comment.