Skip to content

Commit 2ae5498

Browse files
committed
tests: Update customer id for C&C integration tests
1 parent 1d24012 commit 2ae5498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IBM.WatsonDeveloperCloud.CompareComply.v1.IT/CompareComplyServiceIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public void Feedback_Success()
279279
// temporary fix for a bug requiring `x-watson-metadata` header
280280
Dictionary<string, object> customData = new Dictionary<string, object>();
281281
Dictionary<string, string> customHeaders = new Dictionary<string, string>();
282-
customHeaders.Add("x-watson-metadata", "customer_id=125");
282+
customHeaders.Add("x-watson-metadata", "customer_id=sdk-test-customer-id");
283283
customData.Add(Constants.CUSTOM_REQUEST_HEADERS, customHeaders);
284284

285285
var getFeedbackResult = service.GetFeedback(feedbackId, customData:customData);

0 commit comments

Comments
 (0)