mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 17:24:41 +00:00
fix: Use test frappe app - frappe_docs instead of wiki or chat
This commit is contained in:
parent
6890d98847
commit
c636c7c133
@ -13,7 +13,10 @@ from bench.release import get_bumped_version
|
||||
from bench.tests.test_base import FRAPPE_BRANCH, TestBenchBase
|
||||
|
||||
|
||||
TEST_FRAPPE_APP = "chat"
|
||||
# changed from frappe_theme because it wasn't maintained and incompatible,
|
||||
# chat app & wiki was breaking too. hopefully frappe_docs will be maintained
|
||||
# for longer since docs.erpnext.com is powered by it ;)
|
||||
TEST_FRAPPE_APP = "frappe_docs"
|
||||
|
||||
class TestBenchInit(TestBenchBase):
|
||||
def test_semantic_version(self):
|
||||
|
Loading…
Reference in New Issue
Block a user