File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -201,21 +201,3 @@ func TestClient_UpdateCustomTLSCertificate_validation(t *testing.T) {
201
201
t .Errorf ("bad error: %s" , err )
202
202
}
203
203
}
204
-
205
- func TestClient_CreateCustomTLSCertificateInput_default_values (t * testing.T ) {
206
- t .Parallel ()
207
-
208
- certificateInput := CreateCustomTLSCertificateInput {}
209
- if certificateInput .AllowUntrustedRoot {
210
- t .Errorf ("allow untrusted root attribute cannot be enabled by default" )
211
- }
212
- }
213
-
214
- func TestClient_UpdateCustomTLSCertificateInput_default_values (t * testing.T ) {
215
- t .Parallel ()
216
-
217
- certificateInput := UpdateCustomTLSCertificateInput {}
218
- if certificateInput .AllowUntrustedRoot {
219
- t .Errorf ("allow untrusted root attribute cannot be enabled by default" )
220
- }
221
- }
You can’t perform that action at this time.
0 commit comments