From c05f0ea5d971d7b2df7957e832ca504c221a78b2 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Tue, 16 Oct 2018 20:41:17 -0400 Subject: [PATCH] trivial: change prefix in test_utils helper to 'pegleg' Addresses trivial copy/paste issue from Armada: Rename 'armada' to 'pegleg' in test_utils helper funciton. Change-Id: I5412f36d23fca73cd684ac570893e89c12d780e6 --- tests/unit/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index 9412c642..55bfb9ad 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -20,7 +20,7 @@ import random import uuid -def rand_name(name='', prefix='armada'): +def rand_name(name='', prefix='pegleg'): """Generate a random name that includes a random number :param str name: The name that you want to include