Skip to content

Commit 69bd22d

Browse files
committed
APIKEY mod to use for yodel account in test_search.py
1 parent 13672d6 commit 69bd22d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/test_search.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
##################################################################################################
1313

14-
from internal_rally_targets import APIKEY, WORKSPACE, PROJECT
14+
#from internal_rally_targets import APIKEY, WORKSPACE, PROJECT
15+
from rally_targets import APIKEY, DEFAULT_WORKSPACE, DEFAULT_PROJECT
16+
WORKSPACE = DEFAULT_WORKSPACE
17+
PROJECT = DEFAULT_PROJECT
1518

1619
##################################################################################################
1720

@@ -37,7 +40,7 @@ def test_basic_search():
3740
print(response.resultCount)
3841
for entry in response:
3942
print(entry.ObjectID, entry.FormattedID, entry.Name)
40-
print("|" + entry.MatchingText + "|")
43+
#print("|" + entry.MatchingText + "|")
4144

4245

4346
#def test_simple_named_fields_query():

0 commit comments

Comments
 (0)