We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6be02 commit 14811edCopy full SHA for 14811ed
pkg/github/repository_resource_test.go
@@ -60,7 +60,6 @@ func Test_repositoryResourceContents(t *testing.T) {
60
raw.GetRawReposContentsByOwnerByRepoByBranchByPath,
61
http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {
62
w.Header().Set("Content-Type", "text/markdown")
63
- // as this is given as a png, it will return the content as a blob
64
_, err := w.Write([]byte("# Test Repository\n\nThis is a test repository."))
65
require.NoError(t, err)
66
}),
0 commit comments