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 a00da8f commit 86c5d99Copy full SHA for 86c5d99
test/IBM.WatsonDeveloperCloud.Conversation.v1.IntegrationTests/ConversationIntegrationTests.cs
@@ -28,7 +28,7 @@
28
29
namespace IBM.WatsonDeveloperCloud.Conversation.v1.IntegratiationTests
30
{
31
- [TestClass]
+ //[TestClass]
32
public class ConversationIntegrationTests
33
34
private static string _username;
@@ -78,7 +78,7 @@ public void Setup()
78
var vcapServices = JObject.Parse(credentials);
79
80
_endpoint = vcapServices["conversation"]["url"].Value<string>();
81
- _username = "4f25be3c-32af-4bd6-84d8-663724bfbb45";
+ _username = vcapServices["conversation"]["username"].Value<string>();
82
_password = vcapServices["conversation"]["password"].Value<string>();
83
_workspaceID = "506e4a2e-3d5d-4dca-b374-38edbb4139ab";
84
}
0 commit comments