Skip to content

Commit

Permalink
🔧 (populate.py): set pre_create to True to ensure system is pre-popul…
Browse files Browse the repository at this point in the history
…ated during integration tests
  • Loading branch information
imakecodes committed Aug 6, 2024
1 parent 318f5c5 commit 1a0b3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down

0 comments on commit 1a0b3f4

Please sign in to comment.