We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447a3a6 commit 0379369Copy full SHA for 0379369
Scripts/UnitTests/TestAssistant.cs
@@ -149,7 +149,7 @@ public override IEnumerator RunTest()
149
//_workspaceId = credential.WorkspaceId.ToString();
150
151
// Create credential and instantiate service
152
- Credentials credentials = new Credentials(_username, _password, "https://gateway.watsonplatform.net/assistant/api");
+ Credentials credentials = new Credentials(_username, _password, _url);
153
154
_service = new Assistant(credentials);
155
_service.VersionDate = _assistantVersionDate;
0 commit comments