Skip to content

Commit 26b0e1e

Browse files
committed
debug
1 parent 45fc0da commit 26b0e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_elasticsearch_serverless/test_server/test_rest_api_spec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ def remove_implicit_resolver(cls, tag_to_remove):
563563
if pytest_test_name.startswith(prefix):
564564
pytest_test_name = pytest_test_name[len(prefix) :]
565565
pytest_param_id = "%s[%d]" % (pytest_test_name, test_number)
566+
print(pytest_test_name, pytest_param_id)
566567

567568
pytest_param = {
568569
"setup": setup_steps,

0 commit comments

Comments
 (0)