Skip to content

Commit

Permalink
Move user-enterprise json to follow other files
Browse files Browse the repository at this point in the history
  • Loading branch information
zlwaterfield committed Mar 26, 2024
1 parent 5e9e01b commit 5733a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"uuid": "01787e47-55d7-0000-6976-b893a03aaba8",
"organization": "01787e47-5558-0000-bae1-6bc513b42abe",
"api_token": "dtrwW0uEC7LwVx64RmZmqog_XjU0nXWuEK1d1ZpjteQ",
"name": "Hogflix Demo App",
"completed_snippet_onboarding": true,
"name": "Hogflix Demo App 6",
"completed_snippet_onboarding": false,
"ingested_event": true,
"is_demo": true,
"timezone": "UTC"
Expand All @@ -33,8 +33,8 @@
"uuid": "01787e47-55d7-0000-6976-b893a03aaba8",
"organization": "01787e47-5558-0000-bae1-6bc513b42abe",
"api_token": "dtrwW0uEC7LwVx64RmZmqog_XjU0nXWuEK1d1ZpjteQ",
"name": "Hogflix Demo App",
"completed_snippet_onboarding": true,
"name": "Hogflix Demo App 6",
"completed_snippet_onboarding": false,
"ingested_event": true,
"is_demo": true,
"timezone": "UTC"
Expand Down
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ beforeEach(() => {
)

if (Cypress.spec.name.includes('Premium')) {
cy.intercept('/api/users/@me/', { fixture: 'api/user-enterprise' })
cy.intercept('/api/users/@me/', { fixture: 'api/users/user-enterprise' })

cy.request('POST', '/api/login/', {
email: '[email protected]',
Expand Down

0 comments on commit 5733a8d

Please sign in to comment.