Skip to content

Commit

Permalink
Reduce the padding
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Dec 22, 2023
1 parent 22cc477 commit f2302cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def win_extended_length_prefix(request):
# @pytest.mark.parametrize("celery_worker_pool", ["prefork"])
@pytest.mark.parametrize("celery_worker_pool", ["threads"])
def test_create_specification_auth_extended_prefix(win_extended_length_prefix, testclient, celery_worker, authenticate):
namespace = "default" + 'A' * 20
namespace = "default" + 'A' * 10
environment_name = "pytest"

# The debugpy 1.8.0 package was deliberately chosen because it has long
Expand Down

0 comments on commit f2302cc

Please sign in to comment.