Skip to content

Commit

Permalink
Removed debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
cborgolte committed May 31, 2017
1 parent 1081d20 commit e9cd2c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions composition_example/example_ui_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ func Test_integration_test(t *testing.T) {
expected, err := ioutil.ReadFile("./expected_test_result.html")
expectedS := strings.Replace(string(expected), "http://127.0.0.1:8080", s.URL, -1)

// debug - don't commit!
ioutil.WriteFile("/tmp/expected", []byte(expectedS), 0644)
ioutil.WriteFile("/tmp/result", body, 0644)

a.NoError(err)
htmlEqual(t, expectedS, string(body))
}
Expand Down

0 comments on commit e9cd2c6

Please sign in to comment.