Skip to content

Commit b2b1adf

Browse files
test: point github-setup fixture at all-github-setup dir
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d1c91e2 commit b2b1adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create-awesome-python-app/tests/test_cpa_templates_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
os.environ.get("CPA_TEMPLATES_ROOT", str(_DEFAULT_CPA_TEMPLATES))
1515
).resolve()
1616
FASTAPI_TEMPLATE = CPA_TEMPLATES_ROOT / "templates" / "fastapi-starter"
17-
GITHUB_SETUP = CPA_TEMPLATES_ROOT / "extensions" / "github-setup"
17+
GITHUB_SETUP = CPA_TEMPLATES_ROOT / "extensions" / "all-github-setup"
1818

1919

2020
def _cpa_templates_available() -> bool:

0 commit comments

Comments
 (0)