Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
pulak-opti committed Aug 23, 2024
1 parent 81d7080 commit a6bd25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/test_acceptance/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
{
"id": "16902921321",
"name": "\\"Audience1\\"",
'conditions': '["and", ["or", ["or", {"match": "exact", "name": "attr_1", "type": "custom_attribute", "value": "hola"}]]]'
"conditions": "[\\"and\\", [\\"or\\", [\\"or\\", {\\"match\\": \\"exact\\", \\"name\\": \\"attr_1\\", \\"type\\": \\"custom_attribute\\", \\"value\\": \\"hola\\"}]]]"
}
],
"events": [
Expand Down

0 comments on commit a6bd25c

Please sign in to comment.