Skip to content

Commit

Permalink
tests: fix typo on gdrive_client_secret (#3327)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Feb 14, 2020
1 parent 0daf835 commit a317e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/func/test_data_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def setup_gdrive_cloud(remote_url, dvc):
config["remote"][TEST_REMOTE] = {
"url": remote_url,
"gdrive_client_id": TEST_GDRIVE_CLIENT_ID,
"grdive_client_secret": TEST_GDRIVE_CLIENT_SECRET,
"gdrive_client_secret": TEST_GDRIVE_CLIENT_SECRET,
}

dvc.config = config
Expand Down Expand Up @@ -428,7 +428,7 @@ def _test(self):
"remote",
"modify",
TEST_REMOTE,
"grdive_client_secret",
"gdrive_client_secret",
TEST_GDRIVE_CLIENT_SECRET,
]
)
Expand Down

0 comments on commit a317e59

Please sign in to comment.