From a23edbe4ab89c6305e24440278a31d10a8cc8dbf Mon Sep 17 00:00:00 2001 From: ravit-db Date: Mon, 8 Jul 2024 15:38:40 +0530 Subject: [PATCH] Revert "Revert the previous commit Added acceptance path to codegen.json" This reverts commit 821e00c658501a83f106b5b6bdf70aa61176884a. --- .codegen.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 1aaeb0fad..b28294ee7 100644 --- a/.codegen.json +++ b/.codegen.json @@ -5,6 +5,7 @@ "toolchain": { "required": ["hatch"], "pre_setup": ["hatch env create"], - "prepend_path": ".venv/bin" + "prepend_path": ".venv/bin", + "acceptance_path": "tests/integration" } } \ No newline at end of file