Skip to content

Commit 0379369

Browse files
committed
remove hardcoded assistant url
1 parent 447a3a6 commit 0379369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/UnitTests/TestAssistant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public override IEnumerator RunTest()
149149
//_workspaceId = credential.WorkspaceId.ToString();
150150

151151
// Create credential and instantiate service
152-
Credentials credentials = new Credentials(_username, _password, "https://gateway.watsonplatform.net/assistant/api");
152+
Credentials credentials = new Credentials(_username, _password, _url);
153153

154154
_service = new Assistant(credentials);
155155
_service.VersionDate = _assistantVersionDate;

0 commit comments

Comments
 (0)