Skip to content

Commit 332b360

Browse files
use appropriate file name for text file test
1 parent 0213f40 commit 332b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/repository_resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func Test_repositoryResourceContentsHandler(t *testing.T) {
160160
requestArgs: map[string]any{
161161
"owner": []string{"owner"},
162162
"repo": []string{"repo"},
163-
"path": []string{"data.png"},
163+
"path": []string{"README.md"},
164164
"branch": []string{"main"},
165165
},
166166
expectedResult: expectedTextContent,

0 commit comments

Comments
 (0)