From 9373e9ebc7b0b8c2ad17c5ccb5a38f08692068ad Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Sun, 29 Oct 2023 01:25:52 -0500 Subject: [PATCH] fix: broken integration tests (#1668) * fix: re-add missing err-helloworld entry This entry is needed for ci and integration tests. * docs: add info to CHANGES --- CHANGES.rst | 1 + docs/html_extras/repos.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5331302a0..77cdf41e3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,6 +40,7 @@ fixes: - fix: use template file for webserver plugin echo output (#1654) - chore: update repos.json (#1660) - docs: add readthedocs yaml config (#1661) +- fix: broken integration tests (#1668) v6.1.9 (2022-06-11) diff --git a/docs/html_extras/repos.json b/docs/html_extras/repos.json index f48227630..baf18e9fc 100755 --- a/docs/html_extras/repos.json +++ b/docs/html_extras/repos.json @@ -21,6 +21,17 @@ "score": -100.84 } }, + "errbotio/err-helloworld": { + "HelloWorld": { + "path": "helloWorld.plug", + "repo": "https://github.com/errbotio/err-helloworld", + "documentation": "let's say hello !", + "name": "HelloWorld", + "python": "2+", + "avatar_url": "https://avatars0.githubusercontent.com/u/15802630?v=4", + "score": -60.88 + } + }, "drsm79/err-memeon": { "MemeOn": { "path": "meme.plug", @@ -419,4 +430,4 @@ "score": -104.04 } } -} \ No newline at end of file +}