test: remove explicitly set option again

This commit is contained in:
Helmut K. C. Tessarek 2024-03-07 19:45:10 -05:00
parent 43a9d50df3
commit bc77b3ab92
No known key found for this signature in database
GPG Key ID: BE0985349D44DD00
1 changed files with 0 additions and 1 deletions

View File

@ -894,7 +894,6 @@ mod tests {
let mut config = Config::default();
config.server.upload_path = PathBuf::from(&test_upload_dir);
config.paste.duplicate_files = Some(false);
config.paste.default_expiry = None;
config.paste.random_url = Some(RandomURLConfig {
enabled: Some(true),
type_: RandomURLType::Alphanumeric,