mirror of
https://github.com/openai/codex.git
synced 2026-09-04 15:08:45 +00:00
Fix OAuth completion argument annotation
This commit is contained in:
@@ -534,7 +534,12 @@ mod tests {
|
||||
|
||||
assert_eq!(loader.good_loads.load(Ordering::Relaxed), 1);
|
||||
assert_eq!(loader.bad_loads.load(Ordering::Relaxed), 1);
|
||||
assert_oauth_completion(outgoing.receiver, /*success*/ true, None).await;
|
||||
assert_oauth_completion(
|
||||
outgoing.receiver,
|
||||
/*success*/ true,
|
||||
/*error*/ None,
|
||||
)
|
||||
.await;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user