From a08b51bd03a85c730bea6f6da1d67da09c765898 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 21 Jul 2022 11:57:12 +0200 Subject: [PATCH] tests - fix gogs expected string --- examples/gogs/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gogs/tests.json b/examples/gogs/tests.json index f95652794..2dbb5cc01 100644 --- a/examples/gogs/tests.json +++ b/examples/gogs/tests.json @@ -12,7 +12,7 @@ { "type": "string", "url": "https://www.example.com", - "string": "hello" + "string": "gogs" } ] } \ No newline at end of file