1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| ---
| test_name: views_test
| strict: false
| marks:
| - usefixtures:
| - django_live_url
| - enable_sentry
| stages:
| - id: signup
| type: ref
| - id: create_project
| type: ref
| - name: stage
| request:
| method: GET
| url: '{django_live_url}/projects/{project_pk}/data'
| response:
| status_code: 200
|
|