forked from TrueCloudLab/certificates
Extraneous fmt.Sprintf
This commit is contained in:
parent
0d9cd24d78
commit
495e60a44b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue