Skip to content

Commit

Permalink
back to one repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Nov 2, 2023
1 parent 1efbda9 commit 7f926ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def lfs_client(pytestconfig):
# Setup lakeFS
repo_name = pytestconfig.getoption('--repository')
storage_namespace = pytestconfig.getoption('--storage_namespace')
lfs_client.config.setup_comm_prefs(CommPrefsInput(feature_updates=False, security_updates=False, email=MOCK_EMAIL))
lfs_client.internal_api.setup_comm_prefs(CommPrefsInput(feature_updates=False, security_updates=False, email=MOCK_EMAIL))
# lfs_client.internal_api.setup(Setup(username="lynn",
# key=AccessKeyCredentials(access_key_id=LAKEFS_ACCESS_KEY, secret_access_key=LAKEFS_SECRET_KEY)))
Expand Down

0 comments on commit 7f926ba

Please sign in to comment.