We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1ac6e commit 8036b87Copy full SHA for 8036b87
site/site_test.go
@@ -65,9 +65,6 @@ func TestInjection(t *testing.T) {
65
66
handler.ServeHTTP(rw, r)
67
require.Equal(t, http.StatusOK, rw.Code)
68
- fmt.Println("oh boy oh boy oh boy")
69
- fmt.Println(rw.Body.String())
70
71
var got codersdk.User
72
err := json.Unmarshal([]byte(html.UnescapeString(rw.Body.String())), &got)
73
require.NoError(t, err)
0 commit comments