Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
eloo-abi committed Aug 21, 2024
1 parent d40eb82 commit 18e28e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/server/http/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func TestImposterHandler_Variables(t *testing.T) {
defer expectedBodyPathFile.Close()
expectedBody, _ := io.ReadAll(expectedBodyPathFile)

//handler.ServeHTTP(rec, req)
assert.Equal(t, rec.Code, tt.statusCode)
assert.Equal(t, string(expectedBody), rec.Body.String())

Expand Down

0 comments on commit 18e28e7

Please sign in to comment.