change test auth path

This commit is contained in:
OMGeeky
2023-06-17 17:52:07 +02:00
parent ac77b4649b
commit 512ae1a070
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -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()