@@ -8,7 +8,7 @@ package api
88//
99//func TestClient_DeployPFXCertificate(t *testing.T) {
1010// type fields struct {
11- // hostname string
11+ // Hostname string
1212// httpClient *http.Client
1313// basicAuthString string
1414// }
@@ -27,7 +27,7 @@ package api
2727// for _, tt := range tests {
2828// t.Run(tt.name, func(t *testing.T) {
2929// c := &Client{
30- // hostname : tt.fields.hostname ,
30+ // Hostname : tt.fields.Hostname ,
3131// httpClient: tt.fields.httpClient,
3232// basicAuthString: tt.fields.basicAuthString,
3333// }
@@ -45,7 +45,7 @@ package api
4545//
4646//func TestClient_DownloadCertificate(t *testing.T) {
4747// type fields struct {
48- // hostname string
48+ // Hostname string
4949// httpClient *http.Client
5050// basicAuthString string
5151// }
@@ -68,7 +68,7 @@ package api
6868// for _, tt := range tests {
6969// t.Run(tt.name, func(t *testing.T) {
7070// c := &Client{
71- // hostname : tt.fields.hostname ,
71+ // Hostname : tt.fields.Hostname ,
7272// httpClient: tt.fields.httpClient,
7373// basicAuthString: tt.fields.basicAuthString,
7474// }
@@ -89,7 +89,7 @@ package api
8989//
9090//func TestClient_EnrollCSR(t *testing.T) {
9191// type fields struct {
92- // hostname string
92+ // Hostname string
9393// httpClient *http.Client
9494// basicAuthString string
9595// }
@@ -108,7 +108,7 @@ package api
108108// for _, tt := range tests {
109109// t.Run(tt.name, func(t *testing.T) {
110110// c := &Client{
111- // hostname : tt.fields.hostname ,
111+ // Hostname : tt.fields.Hostname ,
112112// httpClient: tt.fields.httpClient,
113113// basicAuthString: tt.fields.basicAuthString,
114114// }
@@ -126,7 +126,7 @@ package api
126126//
127127//func TestClient_EnrollPFX(t *testing.T) {
128128// type fields struct {
129- // hostname string
129+ // Hostname string
130130// httpClient *http.Client
131131// basicAuthString string
132132// }
@@ -145,7 +145,7 @@ package api
145145// for _, tt := range tests {
146146// t.Run(tt.name, func(t *testing.T) {
147147// c := &Client{
148- // hostname : tt.fields.hostname ,
148+ // Hostname : tt.fields.Hostname ,
149149// httpClient: tt.fields.httpClient,
150150// basicAuthString: tt.fields.basicAuthString,
151151// }
@@ -163,7 +163,7 @@ package api
163163//
164164//func TestClient_GetCertificateContext(t *testing.T) {
165165// type fields struct {
166- // hostname string
166+ // Hostname string
167167// httpClient *http.Client
168168// basicAuthString string
169169// }
@@ -182,7 +182,7 @@ package api
182182// for _, tt := range tests {
183183// t.Run(tt.name, func(t *testing.T) {
184184// c := &Client{
185- // hostname : tt.fields.hostname ,
185+ // Hostname : tt.fields.Hostname ,
186186// httpClient: tt.fields.httpClient,
187187// basicAuthString: tt.fields.basicAuthString,
188188// }
@@ -200,7 +200,7 @@ package api
200200//
201201//func TestClient_RecoverCertificate(t *testing.T) {
202202// type fields struct {
203- // hostname string
203+ // Hostname string
204204// httpClient *http.Client
205205// basicAuthString string
206206// }
@@ -225,7 +225,7 @@ package api
225225// for _, tt := range tests {
226226// t.Run(tt.name, func(t *testing.T) {
227227// c := &Client{
228- // hostname : tt.fields.hostname ,
228+ // Hostname : tt.fields.Hostname ,
229229// httpClient: tt.fields.httpClient,
230230// basicAuthString: tt.fields.basicAuthString,
231231// }
@@ -249,7 +249,7 @@ package api
249249//
250250//func TestClient_RevokeCert(t *testing.T) {
251251// type fields struct {
252- // hostname string
252+ // Hostname string
253253// httpClient *http.Client
254254// basicAuthString string
255255// }
@@ -267,7 +267,7 @@ package api
267267// for _, tt := range tests {
268268// t.Run(tt.name, func(t *testing.T) {
269269// c := &Client{
270- // hostname : tt.fields.hostname ,
270+ // Hostname : tt.fields.Hostname ,
271271// httpClient: tt.fields.httpClient,
272272// basicAuthString: tt.fields.basicAuthString,
273273// }
0 commit comments