@@ -321,10 +321,8 @@ func TestGetReportingInfoHeaders(t *testing.T) {
321321 name : "with cluster ID and nil reporting info" ,
322322 clusterID : "cluster-123" ,
323323 reportingInfo : nil ,
324- expectedCount : 9 , // ClusterID, InstanceID, EmbeddedClusterID, ChannelID, ChannelName, K8sVersion, K8sDistribution, EmbeddedClusterVersion, IsKurl
324+ expectedCount : 7 , // EmbeddedClusterID, ChannelID, ChannelName, K8sVersion, K8sDistribution, EmbeddedClusterVersion, IsKurl
325325 checkHeaders : map [string ]string {
326- "X-Replicated-ClusterID" : "cluster-123" ,
327- "X-Replicated-InstanceID" : "cluster-123" ,
328326 "X-Replicated-EmbeddedClusterID" : "cluster-123" ,
329327 "X-Replicated-DownstreamChannelID" : "test-channel-123" ,
330328 "X-Replicated-DownstreamChannelName" : "Stable" ,
@@ -341,9 +339,8 @@ func TestGetReportingInfoHeaders(t *testing.T) {
341339 EmbeddedClusterNodes : stringPtr ("5" ),
342340 AppStatus : stringPtr ("ready" ),
343341 },
344- expectedCount : 11 , // 9 from above + 2 from reportingInfo
342+ expectedCount : 9 , // 7 from above + 2 from reportingInfo
345343 checkHeaders : map [string ]string {
346- "X-Replicated-ClusterID" : "cluster-abc" ,
347344 "X-Replicated-EmbeddedClusterNodes" : "5" ,
348345 "X-Replicated-AppStatus" : "ready" ,
349346 "X-Replicated-IsKurl" : "false" ,
0 commit comments