File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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():
You can’t perform that action at this time.
0 commit comments