diff --git a/integration/populate.py b/integration/populate.py index c6b130b..578fb0c 100644 --- a/integration/populate.py +++ b/integration/populate.py @@ -2,7 +2,7 @@ from utils import client -pre_create = False +pre_create = True if pre_create: # 1. Garantindo que o sistema está limpo response_flow_definitions = client().get("/flows/definitions/")