From 56f5e46be19fb5049d716ee50dce1de107727ca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 1 Oct 2023 20:43:43 +0200 Subject: [PATCH] non empty args --- tests.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index d40f5b8..9a8d950 100644 --- a/tests.toml +++ b/tests.toml @@ -25,5 +25,5 @@ test_format = 1.0 # """ args.forge_type = "github" args.forge_url = "https://github.com" - args.forge_client = " " - args.forge_secret = " " + args.forge_client = "dammy client" + args.forge_secret = "dummy secret"