mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-14 05:52:48 +00:00
Fix CI
This commit is contained in:
parent
a5aac8c0a4
commit
ce8ecbe44e
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ mod tests {
|
|||
}
|
||||
|
||||
fn require_var(var: &str) {
|
||||
env::var(var).unwrap_or_else(|_| panic!("{}", "{var} environment variable required"));
|
||||
env::var(var).unwrap_or_else(|_| panic!("{} environment variable required", var));
|
||||
}
|
||||
|
||||
#[serial]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue