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 bc4322c commit 04dc952Copy full SHA for 04dc952
1 file changed
async-openai/tests/bring-your-own-type.rs
@@ -393,6 +393,7 @@ async fn test_byot_project_service_accounts() {
393
.await;
394
395
let _r: Result<Value, OpenAIError> = client
396
+ .admin()
397
.projects()
398
.service_accounts("project_id")
399
.delete_byot("service_account_id")
0 commit comments