* Support Retrieve file content API (#347) * add timeout test for GetFileContent (#347)
This commit is contained in:
committed by
GitHub
parent
06b16a7281
commit
a243e7331f
@@ -233,6 +233,9 @@ func TestClientReturnsRequestBuilderErrors(t *testing.T) {
|
||||
{"GetFile", func() (any, error) {
|
||||
return client.GetFile(ctx, "")
|
||||
}},
|
||||
{"GetFileContent", func() (any, error) {
|
||||
return client.GetFileContent(ctx, "")
|
||||
}},
|
||||
{"ListFiles", func() (any, error) {
|
||||
return client.ListFiles(ctx)
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user