We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779e149 commit 69339e2Copy full SHA for 69339e2
plotly/tests/test_core/test_file/test_file.py
@@ -50,6 +50,6 @@ def test_duplicate_folders(self):
50
try:
51
py.file_ops.mkdirs(first_folder)
52
except PlotlyRequestError as e:
53
- self.assertTrue(400 <= e.status_code < 500)
+ pass
54
else:
55
self.fail('Expected this to fail!')
plotly/tests/test_core/test_grid/test_grid.py
@@ -178,4 +178,6 @@ def test_duplicate_filenames(self):
178
179
py.grid_ops.upload(g, unique_filename, auto_open=False)
180
181
- assert(e.status_code == 409)
182
+ else:
183
+ self.fail('Expected this to fail!')
0 commit comments