You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: router/transformer/transformer_test.go
+5-5
Original file line number
Diff line number
Diff line change
@@ -1152,7 +1152,7 @@ var oauthv2ProxyTestCases = []oauthv2ProxyTcs{
1152
1152
},
1153
1153
RespBodys: map[int64]string{},
1154
1154
RespContentType: "text/plain; charset=utf-8",
1155
-
ProxyRequestResponseBody: `reading response body post RoundTrip: unexpected EOF`, // not full error message
1155
+
ProxyRequestResponseBody: `reading response body post roundTrip: unexpected EOF`, // not full error message
1156
1156
ProxyRequestStatusCode: 500,
1157
1157
RespStatusCodes: map[int64]int{},
1158
1158
},
@@ -1208,8 +1208,8 @@ var oauthv2ProxyTestCases = []oauthv2ProxyTcs{
1208
1208
},
1209
1209
RespBodys: map[int64]string{},
1210
1210
RespContentType: "text/plain; charset=utf-8",
1211
-
// Originally Response Body will look like this "Post \"http://<TF_SERVER>/v1/destinations/salesforce_oauth/proxy\": getting auth error category: LB cannot send to transformer"
1212
-
ProxyRequestResponseBody: `getting auth error category: LB cannot send to transformer`,
1211
+
// Originally Response Body will look like this "Post \"http://<TF_SERVER>/v1/destinations/salesforce_oauth/proxy\": getting auth error category post roundTrip: LB cannot send to transformer"
1212
+
ProxyRequestResponseBody: `getting auth error category post roundTrip: LB cannot send to transformer`,
1213
1213
ProxyRequestStatusCode: 500,
1214
1214
RespStatusCodes: map[int64]int{},
1215
1215
},
@@ -1259,8 +1259,8 @@ var oauthv2ProxyTestCases = []oauthv2ProxyTcs{
1259
1259
},
1260
1260
RespBodys: map[int64]string{},
1261
1261
RespContentType: "text/plain; charset=utf-8",
1262
-
// Originally Response Body will look like this "Post \"http://<TF_SERVER>/v1/destinations/salesforce_oauth/proxy\": getting auth error category: LB cannot send to transformer"
1263
-
ProxyRequestResponseBody: `getting auth error category: LB cannot send to transformer`,
1262
+
// Originally Response Body will look like this "Post \"http://<TF_SERVER>/v1/destinations/salesforce_oauth/proxy\": getting auth error category post roundTrip: LB cannot send to transformer"
1263
+
ProxyRequestResponseBody: `getting auth error category post roundTrip: LB cannot send to transformer`,
0 commit comments