Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fix assertion in test_create_flows to check for substring in na…
…me field The assertion in the test_create_flows function was modified to check if the name field contains the substring "Flow 1" instead of an exact match. This change allows for more flexibility in the test and ensures that the test passes even if there are additional characters in the name field.
- Loading branch information