Skip to content

Commit

Permalink
fix: broken integration tests (errbotio#1668)
Browse files Browse the repository at this point in the history
* fix: re-add missing err-helloworld entry

This entry is needed for ci and integration tests.

* docs: add info to CHANGES
  • Loading branch information
sijis committed Jan 1, 2024
1 parent 659d642 commit 72d5673
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
13 changes: 12 additions & 1 deletion docs/html_extras/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -419,4 +430,4 @@
"score": -104.04
}
}
}
}

0 comments on commit 72d5673

Please sign in to comment.