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 85c782e commit a3762daCopy full SHA for a3762da
tests/test_get_value.py
@@ -8,7 +8,7 @@
8
9
@pytest.mark.parametrize("data", [my_data])
10
def test_jmspath_return_none(data):
11
- """Habdle exception when JMSPath retunr None."""
+ """Handle exception when JMSPath retunr None."""
12
my_jmspath = "global[*]"
13
my_check = CheckType.init(check_type="exact_match")
14
with pytest.raises(TypeError) as error:
0 commit comments