mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03:00
cleanup codex code
This commit is contained in:
@@ -22,7 +22,7 @@ fn config_subcommand_reports_success_for_valid_config() -> Result<()> {
|
||||
|
||||
assert!(output.status.success());
|
||||
let stdout = String::from_utf8(output.stdout)?;
|
||||
assert!(stdout.contains("Configuration validated successfully"));
|
||||
assert!(stdout.contains("Current default config settings"));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user