@@ -1205,7 +1205,7 @@ func TestMutatePod(t *testing.T) {
1205
1205
},
1206
1206
{
1207
1207
Name : "PYTHONPATH" ,
1208
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
1208
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
1209
1209
},
1210
1210
{
1211
1211
Name : "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL" ,
@@ -1393,7 +1393,7 @@ func TestMutatePod(t *testing.T) {
1393
1393
},
1394
1394
{
1395
1395
Name : "PYTHONPATH" ,
1396
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
1396
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
1397
1397
},
1398
1398
{
1399
1399
Name : "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL" ,
@@ -1472,7 +1472,7 @@ func TestMutatePod(t *testing.T) {
1472
1472
},
1473
1473
{
1474
1474
Name : "PYTHONPATH" ,
1475
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
1475
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
1476
1476
},
1477
1477
{
1478
1478
Name : "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL" ,
@@ -3743,7 +3743,7 @@ func TestMutatePod(t *testing.T) {
3743
3743
},
3744
3744
{
3745
3745
Name : "PYTHONPATH" ,
3746
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
3746
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
3747
3747
},
3748
3748
{
3749
3749
Name : "OTEL_TRACES_EXPORTER" ,
@@ -3806,7 +3806,7 @@ func TestMutatePod(t *testing.T) {
3806
3806
},
3807
3807
{
3808
3808
Name : "PYTHONPATH" ,
3809
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
3809
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
3810
3810
},
3811
3811
{
3812
3812
Name : "OTEL_TRACES_EXPORTER" ,
@@ -4401,7 +4401,7 @@ func TestMutatePod(t *testing.T) {
4401
4401
},
4402
4402
{
4403
4403
Name : "PYTHONPATH" ,
4404
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
4404
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
4405
4405
},
4406
4406
{
4407
4407
Name : "OTEL_TRACES_EXPORTER" ,
@@ -4464,7 +4464,7 @@ func TestMutatePod(t *testing.T) {
4464
4464
},
4465
4465
{
4466
4466
Name : "PYTHONPATH" ,
4467
- Value : fmt .Sprintf ("%s:%s" , pythonPathPrefix , pythonPathSuffix ),
4467
+ Value : fmt .Sprintf ("%s:%s" , pythonPathGlibcPrefix , pythonPathGlibcSuffix ),
4468
4468
},
4469
4469
{
4470
4470
Name : "OTEL_TRACES_EXPORTER" ,
0 commit comments