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/
|
/downloader/logs/
|
||||||
/build
|
/build
|
||||||
/tests/test_data/tmp/
|
/tests/test_data/tmp/
|
||||||
|
/tests/test_data/auth/
|
||||||
/.idea/
|
/.idea/
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ async fn get_sample_client() -> BigqueryClient {
|
|||||||
BigqueryClient::new(
|
BigqueryClient::new(
|
||||||
"twitchbackup-v1",
|
"twitchbackup-v1",
|
||||||
"backup_data",
|
"backup_data",
|
||||||
Some("auth/bigquery_service_account.json"),
|
Some("tests/test_data/auth/bigquery_service_account.json"),
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
|||||||
Reference in New Issue
Block a user