Skip to content

Commit 9373e9e

Browse files
authored
fix: broken integration tests (errbotio#1668)
* fix: re-add missing err-helloworld entry This entry is needed for ci and integration tests. * docs: add info to CHANGES
1 parent b6acb81 commit 9373e9e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ fixes:
4040
- fix: use template file for webserver plugin echo output (#1654)
4141
- chore: update repos.json (#1660)
4242
- docs: add readthedocs yaml config (#1661)
43+
- fix: broken integration tests (#1668)
4344

4445

4546
v6.1.9 (2022-06-11)

docs/html_extras/repos.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
"score": -100.84
2222
}
2323
},
24+
"errbotio/err-helloworld": {
25+
"HelloWorld": {
26+
"path": "helloWorld.plug",
27+
"repo": "https://github.com/errbotio/err-helloworld",
28+
"documentation": "let's say hello !",
29+
"name": "HelloWorld",
30+
"python": "2+",
31+
"avatar_url": "https://avatars0.githubusercontent.com/u/15802630?v=4",
32+
"score": -60.88
33+
}
34+
},
2435
"drsm79/err-memeon": {
2536
"MemeOn": {
2637
"path": "meme.plug",
@@ -419,4 +430,4 @@
419430
"score": -104.04
420431
}
421432
}
422-
}
433+
}

0 commit comments

Comments
 (0)