We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5b2a3 commit b96a87cCopy full SHA for b96a87c
tests/test_manifester.py
@@ -79,7 +79,7 @@
79
{
80
"uuid": SUB_ALLOCATION_UUID,
81
"name": f"{MANIFEST_DATA['username_prefix']}-"
82
- + "".join(random.choices(string.ascii_letters, 8)),
+ + "".join(random.choices(string.ascii_letters, k=8)),
83
"type": "Satellite",
84
"version": f"{MANIFEST_DATA['sat_version']}",
85
"entitlementQuantity": sum(d["quantity"] for d in MANIFEST_DATA["subscription_data"]),
0 commit comments