mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-02-23 15:38:31 +01:00
change test auth path
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,5 +4,6 @@
|
||||
/downloader/logs/
|
||||
/build
|
||||
/tests/test_data/tmp/
|
||||
/tests/test_data/auth/
|
||||
/.idea/
|
||||
/Cargo.lock
|
||||
|
||||
@@ -23,7 +23,7 @@ async fn get_sample_client() -> BigqueryClient {
|
||||
BigqueryClient::new(
|
||||
"twitchbackup-v1",
|
||||
"backup_data",
|
||||
Some("auth/bigquery_service_account.json"),
|
||||
Some("tests/test_data/auth/bigquery_service_account.json"),
|
||||
)
|
||||
.await
|
||||
.unwrap()
|
||||
|
||||
Reference in New Issue
Block a user