From d628ee1734b796231c7138a75112cf938e37201f Mon Sep 17 00:00:00 2001 From: Leo Meyerovich Date: Wed, 9 Oct 2024 17:09:28 -0700 Subject: [PATCH] fix(test) --- graphistry/tests/test_plotter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphistry/tests/test_plotter.py b/graphistry/tests/test_plotter.py index c1518a816..2e1cdd3b8 100644 --- a/graphistry/tests/test_plotter.py +++ b/graphistry/tests/test_plotter.py @@ -104,6 +104,7 @@ def raise_for_status(self): def json(self): return {"success": True, "dataset": "fakedatasetname", "viztoken": "faketoken"} + status_code = 200 def assertFrameEqual(df1, df2, **kwds): """Assert that two dataframes are equal, ignoring ordering of columns"""