Skip to content

Commit 4454e30

Browse files
author
Vladimir Kotal
committed
add comment
1 parent 819d147 commit 4454e30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

opengrok-tools/src/test/python/test_restful.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
from opengrok_tools.utils.restful import call_rest_api
2828

2929

30-
def test_restful_verbs(monkeypatch):
30+
def test_replacement(monkeypatch):
31+
"""
32+
Test replacement performed both in the URL and data.
33+
"""
3134
okay_status = 200
3235

3336
class MockResponse:

0 commit comments

Comments
 (0)