tests: Remove unused variable in test_curl_examples.

This commit is contained in:
Vishnu KS 2019-10-10 18:15:28 +05:30 committed by Tim Abbott
parent ad16c55c77
commit bd6b41cb9d
1 changed files with 0 additions and 7 deletions

View File

@ -9,13 +9,6 @@ from zulip import Client
from zerver.lib.bugdown import api_code_examples
from zerver.models import get_realm
# whitelisted_files is a list of endpoints which have been
# migrated to the example generation system and can thus be
# tested.
whitelisted_files = [
"get-messages.md",
]
exclude_list = [
# The endpoint in these docs expect one or more param values that reflects the DB state.
# We currently get the example values from openapi specs and they don't refelect the