Skip to content

Commit 16ef5eb

Browse files
authored
Matched variable names
1 parent 17a2aef commit 16ef5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/search/entity_search_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ def error(subscription_key):
217217
import sys, os.path
218218
sys.path.append(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
219219
from samples.tools import execute_samples
220-
execute_samples(globals(), SUBSCRIPTION_KEY_ENV_NAME)
220+
execute_samples(globals(), SUBSCRIPTION_KEY)

0 commit comments

Comments
 (0)