From 512ae1a070c66142fb0b9e6f084f203eb7e6435b Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 17 Jun 2023 17:52:07 +0200 Subject: [PATCH] change test auth path --- .gitignore | 1 + tests/lib_tests.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de70a32..cf546e9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ /downloader/logs/ /build /tests/test_data/tmp/ +/tests/test_data/auth/ /.idea/ /Cargo.lock diff --git a/tests/lib_tests.rs b/tests/lib_tests.rs index 9dcc12f..126f1c7 100644 --- a/tests/lib_tests.rs +++ b/tests/lib_tests.rs @@ -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()