Skip to content

Commit 559e99e

Browse files
committed
remove unnecessary tests
1 parent 37b0997 commit 559e99e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

fastly/tls_custom_certificate_test.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -201,21 +201,3 @@ func TestClient_UpdateCustomTLSCertificate_validation(t *testing.T) {
201201
t.Errorf("bad error: %s", err)
202202
}
203203
}
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-
}

0 commit comments

Comments
 (0)