mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-06 22:40:58 +00:00
Remove Github token from env var
This commit is contained in:
parent
cd8512e564
commit
184e263a44
1 changed files with 1 additions and 2 deletions
|
|
@ -183,12 +183,11 @@ impl Checker {
|
|||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use std::env;
|
||||
use url::Url;
|
||||
|
||||
fn get_checker(allow_insecure: bool) -> Checker {
|
||||
let checker = Checker::try_new(
|
||||
env::var("GITHUB_TOKEN").unwrap(),
|
||||
"DUMMY_GITHUB_TOKEN".to_string(),
|
||||
None,
|
||||
5,
|
||||
"curl/7.71.1".to_string(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue