generating test data

This commit is contained in:
Pawel Kowalski 2018-08-16 13:10:09 +02:00
parent 051796a34f
commit cd1c056cb7
1 changed files with 9 additions and 9 deletions

View File

@ -74,21 +74,21 @@ data = [
}, },
# { # {
# 'type': 'text_block', # 'type': 'text_block',
# 'value': { # 'value': {
# 'text': 'Trello: Task-Management', # 'text': 'Trello: Task-Management',
# } # }
# }, # },
# { # {
# 'type': 'text_block', # 'type': 'text_block',
# 'value': { # 'value': {
# 'text': 'Trello: Task-Management', # 'text': 'Trello: Task-Management',
# } # }
# }, # },
# { # {
# 'type': 'text_block', # 'type': 'text_block',
# 'value': { # 'value': {
# 'text': 'Trello: Task-Management', # 'text': 'Trello: Task-Management',
# } # }
# } # }
] ]
}, },