Skip to content

Commit 86c5d99

Browse files
committed
disable conversation tests because of rate limit
1 parent a00da8f commit 86c5d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/IBM.WatsonDeveloperCloud.Conversation.v1.IntegrationTests/ConversationIntegrationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
namespace IBM.WatsonDeveloperCloud.Conversation.v1.IntegratiationTests
3030
{
31-
[TestClass]
31+
//[TestClass]
3232
public class ConversationIntegrationTests
3333
{
3434
private static string _username;
@@ -78,7 +78,7 @@ public void Setup()
7878
var vcapServices = JObject.Parse(credentials);
7979

8080
_endpoint = vcapServices["conversation"]["url"].Value<string>();
81-
_username = "4f25be3c-32af-4bd6-84d8-663724bfbb45";
81+
_username = vcapServices["conversation"]["username"].Value<string>();
8282
_password = vcapServices["conversation"]["password"].Value<string>();
8383
_workspaceID = "506e4a2e-3d5d-4dca-b374-38edbb4139ab";
8484
}

0 commit comments

Comments
 (0)