Skip to content

Commit 38d83a7

Browse files
meakshdwoz
authored andcommitted
Remove test which is not longer valid
1 parent 16b9015 commit 38d83a7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/pytests/unit/fileserver/test_roots.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import copy
66
import os
77
import pathlib
8-
import re
98
import shutil
109
import sys
1110
import textwrap
@@ -353,8 +352,3 @@ def test_relative_file_roots(tmp_state_tree):
353352
ret = roots.find_file("testfile")
354353
assert "testfile" == ret["rel"]
355354

356-
357-
def test_update_unexpected_kwargs():
358-
with pytest.raises(ValueError) as exc_info:
359-
ret = roots.update(foo="bar")
360-
assert re.match(r"Unexpected keyword arguments received:", str(exc_info.value))

0 commit comments

Comments
 (0)