Skip to content
Snippets Groups Projects
Commit 97efe82c authored by Jure's avatar Jure
Browse files

test: adjust fixtures

parent 6535ca3b
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,14 @@ module.exports = { ...@@ -8,14 +8,14 @@ module.exports = {
updatedUser: { updatedUser: {
username: 'changeduser', username: 'changeduser',
email: 'changed@email.com', email: 'changed@example.com',
password: 'changed', password: 'changed',
}, },
otherUser: { otherUser: {
type: 'user', type: 'user',
username: 'anotheruser', username: 'anotheruser',
email: 'another@com.nz', email: 'another@example.com',
password: 'rubgy', password: 'rubgy',
}, },
} }
...@@ -46,14 +46,14 @@ const teams = { ...@@ -46,14 +46,14 @@ const teams = {
const contributorTeam = { const contributorTeam = {
type: 'team', type: 'team',
name: 'My contributors', name: 'My contributors',
teamType: 'teamContributors', role: 'teamContributors',
object: fragment, object: fragment,
} }
const readerTeam = { const readerTeam = {
type: 'team', type: 'team',
name: 'My readers', name: 'My readers',
teamType: 'teamReaders', role: 'teamReaders',
object: fragment, object: fragment,
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment