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 0213f40 commit 332b360Copy full SHA for 332b360
pkg/github/repository_resource_test.go
@@ -160,7 +160,7 @@ func Test_repositoryResourceContentsHandler(t *testing.T) {
160
requestArgs: map[string]any{
161
"owner": []string{"owner"},
162
"repo": []string{"repo"},
163
- "path": []string{"data.png"},
+ "path": []string{"README.md"},
164
"branch": []string{"main"},
165
},
166
expectedResult: expectedTextContent,
0 commit comments