@@ -47,7 +47,7 @@ def test_valid_credentials_object_auth_credentials(self):
4747 assert config .client_secret is None
4848 assert config .scopes == [
4949 "https://www.googleapis.com/auth/bigquery" ,
50- "https://www.googleapis.com/auth/dataplex" ,
50+ "https://www.googleapis.com/auth/dataplex.read-write " ,
5151 ]
5252
5353 def test_valid_credentials_object_oauth2_credentials (self ):
@@ -90,7 +90,7 @@ def test_valid_client_id_secret_pair_default_scope(self):
9090 assert config .client_secret == "test_client_secret"
9191 assert config .scopes == [
9292 "https://www.googleapis.com/auth/bigquery" ,
93- "https://www.googleapis.com/auth/dataplex" ,
93+ "https://www.googleapis.com/auth/dataplex.read-write " ,
9494 ]
9595
9696 def test_valid_client_id_secret_pair_w_scope (self ):
@@ -135,7 +135,7 @@ def test_valid_client_id_secret_pair_w_empty_scope(self):
135135 assert config .client_secret == "test_client_secret"
136136 assert config .scopes == [
137137 "https://www.googleapis.com/auth/bigquery" ,
138- "https://www.googleapis.com/auth/dataplex" ,
138+ "https://www.googleapis.com/auth/dataplex.read-write " ,
139139 ]
140140
141141 def test_missing_client_secret_raises_error (self ):
0 commit comments