mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Format integration test imports
This commit is contained in:
@@ -5,8 +5,11 @@ use predicates::prelude::*;
|
||||
use std::fs;
|
||||
use std::path::Path;
|
||||
use tempfile::TempDir;
|
||||
use wiremock::matchers::{method, path};
|
||||
use wiremock::{Mock, MockServer, ResponseTemplate};
|
||||
use wiremock::Mock;
|
||||
use wiremock::MockServer;
|
||||
use wiremock::ResponseTemplate;
|
||||
use wiremock::matchers::method;
|
||||
use wiremock::matchers::path;
|
||||
|
||||
fn write_config(dir: &Path, server: &MockServer) {
|
||||
fs::write(
|
||||
|
||||
Reference in New Issue
Block a user