mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
Extraneous fmt.Sprintf
This commit is contained in:
@@ -345,7 +345,7 @@ func TestCAProvisioners(t *testing.T) {
|
||||
t.Run(name, func(t *testing.T) {
|
||||
tc := genTestCase(t)
|
||||
|
||||
rq, err := http.NewRequest("GET", fmt.Sprintf("/provisioners"), strings.NewReader(""))
|
||||
rq, err := http.NewRequest("GET", "/provisioners", strings.NewReader(""))
|
||||
assert.FatalError(t, err)
|
||||
rr := httptest.NewRecorder()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user