@@ -1404,11 +1404,9 @@ func TestGetTFOutputs(t *testing.T) {
1404
1404
k8sClient4 := fake .NewClientBuilder ().WithObjects (secret4 ).Build ()
1405
1405
configuration4 := v1beta2.Configuration {
1406
1406
Spec : v1beta2.ConfigurationSpec {
1407
- BaseConfigurationSpec : v1beta2.BaseConfigurationSpec {
1408
- WriteConnectionSecretToReference : & crossplane.SecretReference {
1409
- Name : "connection-secret-c" ,
1410
- Namespace : "default" ,
1411
- },
1407
+ WriteConnectionSecretToReference : & crossplane.SecretReference {
1408
+ Name : "connection-secret-c" ,
1409
+ Namespace : "default" ,
1412
1410
},
1413
1411
},
1414
1412
}
@@ -1447,11 +1445,9 @@ func TestGetTFOutputs(t *testing.T) {
1447
1445
Name : "configuration5" ,
1448
1446
},
1449
1447
Spec : v1beta2.ConfigurationSpec {
1450
- BaseConfigurationSpec : v1beta2.BaseConfigurationSpec {
1451
- WriteConnectionSecretToReference : & crossplane.SecretReference {
1452
- Name : "connection-secret-d" ,
1453
- Namespace : "default" ,
1454
- },
1448
+ WriteConnectionSecretToReference : & crossplane.SecretReference {
1449
+ Name : "connection-secret-d" ,
1450
+ Namespace : "default" ,
1455
1451
},
1456
1452
},
1457
1453
}
@@ -1492,11 +1488,9 @@ func TestGetTFOutputs(t *testing.T) {
1492
1488
Namespace : "default" ,
1493
1489
},
1494
1490
Spec : v1beta2.ConfigurationSpec {
1495
- BaseConfigurationSpec : v1beta2.BaseConfigurationSpec {
1496
- WriteConnectionSecretToReference : & crossplane.SecretReference {
1497
- Name : "connection-secret-e" ,
1498
- Namespace : "default" ,
1499
- },
1491
+ WriteConnectionSecretToReference : & crossplane.SecretReference {
1492
+ Name : "connection-secret-e" ,
1493
+ Namespace : "default" ,
1500
1494
},
1501
1495
},
1502
1496
}
@@ -1539,11 +1533,9 @@ func TestGetTFOutputs(t *testing.T) {
1539
1533
Namespace : "b" ,
1540
1534
},
1541
1535
Spec : v1beta2.ConfigurationSpec {
1542
- BaseConfigurationSpec : v1beta2.BaseConfigurationSpec {
1543
- WriteConnectionSecretToReference : & crossplane.SecretReference {
1544
- Name : "connection-secret-e" ,
1545
- Namespace : "default" ,
1546
- },
1536
+ WriteConnectionSecretToReference : & crossplane.SecretReference {
1537
+ Name : "connection-secret-e" ,
1538
+ Namespace : "default" ,
1547
1539
},
1548
1540
},
1549
1541
}
@@ -1581,11 +1573,9 @@ func TestGetTFOutputs(t *testing.T) {
1581
1573
Name : "configuration5" ,
1582
1574
},
1583
1575
Spec : v1beta2.ConfigurationSpec {
1584
- BaseConfigurationSpec : v1beta2.BaseConfigurationSpec {
1585
- WriteConnectionSecretToReference : & crossplane.SecretReference {
1586
- Name : "connection-secret-d" ,
1587
- Namespace : "default" ,
1588
- },
1576
+ WriteConnectionSecretToReference : & crossplane.SecretReference {
1577
+ Name : "connection-secret-d" ,
1578
+ Namespace : "default" ,
1589
1579
},
1590
1580
},
1591
1581
}
0 commit comments