Skip to content

Commit 7afd27d

Browse files
committed
Fix confidential relay CI fallout
1 parent 349d82e commit 7afd27d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/services/chainlink/config_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,9 @@ func TestConfig_Marshal(t *testing.T) {
663663
URL: ptr(""),
664664
TLSEnabled: ptr(true),
665665
},
666+
ConfidentialRelay: &toml.ConfidentialRelayConfig{
667+
Enabled: ptr(false),
668+
},
666669
}
667670
full.Billing = toml.Billing{
668671
URL: ptr("localhost:4319"),

0 commit comments

Comments
 (0)