From 80ecd7daefa088a23b22eddbfc4443b8d4806e48 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:39:22 +0100 Subject: [PATCH] generate potato tests badge --- tests/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index d9a72e9..a9c74ef 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -5,7 +5,8 @@ import random import sys # let's keep things random -kind_id = random.choice(("basic", "banana", "potato")) +# kind_id = random.choice(("basic", "banana", "potato")) +kind_id = "potato" opts = { "ip": "codey.local",