Skip to content

Commit

Permalink
comment out unused test variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed May 7, 2024
1 parent 33a9628 commit d3ec8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_token_empty_string(self):
def test_token_right_create_dataset_rights(self):
BASE_URL = os.getenv("BASE_URL").rstrip("/")
api_su = NativeApi(BASE_URL, os.getenv("API_TOKEN_SUPERUSER"))
api_nru = NativeApi(BASE_URL, os.getenv("API_TOKEN_TEST_NO_RIGHTS"))
# api_nru = NativeApi(BASE_URL, os.getenv("API_TOKEN_TEST_NO_RIGHTS"))

resp = api_su.get_info_version()
assert resp.json()["data"]["version"] == os.getenv("DV_VERSION")
Expand Down

0 comments on commit d3ec8f4

Please sign in to comment.