You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per your feedback, I removed the @patch decorators for uuid4
from the test methods in `test_add_smart_campaign.py`.
The script will now use the actual `uuid.uuid4()` for generating
names during tests. This simplifies the test setup.
0 commit comments