Skip to content

Commit 8036b87

Browse files
committed
-
1 parent bb1ac6e commit 8036b87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/site_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ func TestInjection(t *testing.T) {
6565

6666
handler.ServeHTTP(rw, r)
6767
require.Equal(t, http.StatusOK, rw.Code)
68-
fmt.Println("oh boy oh boy oh boy")
69-
fmt.Println(rw.Body.String())
70-
fmt.Println("oh boy oh boy oh boy")
7168
var got codersdk.User
7269
err := json.Unmarshal([]byte(html.UnescapeString(rw.Body.String())), &got)
7370
require.NoError(t, err)

0 commit comments

Comments
 (0)