aboutsummaryrefslogtreecommitdiff
path: root/cypress/fixtures/teams.json
blob: 4c001e655f03345dfede83918d37d16e61a19c17 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "teamCreate": {
    "name": "cypress"
  },
  "teamUpdate": {
    "name": "cypressUpdate"
  }
}