Skip to content

Commit c32b273

Browse files
authored
Merge pull request #165 from cognitive-catalyst/164_accept_url_input
#164 use passed-in URL from user
2 parents 281521d + 3d52485 commit c32b273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialog_test/flowtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def processFile(flowfile:str, watsonSDKVersion:str):
7575
#print(flow)
7676
#print()
7777

78-
ft = flowtest_v1.FlowTestV1(password=PASSWORD, version=conversation_version, url=url_default)
78+
ft = flowtest_v1.FlowTestV1(password=PASSWORD, version=conversation_version, url=WA_URL)
7979

8080
# print('Creating blank template: ')
8181
# blank_flow = ft.createBlankTemplate()

0 commit comments

Comments
 (0)