@@ -55,7 +55,6 @@ describe('adding + getting from all orgs', () => {
|
||||
delete added_org.id
|
||||
expect(added_org).toEqual({
|
||||
"name": "test123",
|
||||
"contact": null,
|
||||
"address": {
|
||||
"address1": null,
|
||||
"address2": null,
|
||||
@@ -64,7 +63,8 @@ describe('adding + getting from all orgs', () => {
|
||||
"postalcode": null,
|
||||
},
|
||||
"registrationEnabled": false,
|
||||
"teams": []
|
||||
"teams": [],
|
||||
"responseType": "RUNNERORGANIZATION"
|
||||
})
|
||||
});
|
||||
});
|
||||
@@ -89,7 +89,6 @@ describe('adding + getting explicitly', () => {
|
||||
delete added_org2.id
|
||||
expect(added_org2).toEqual({
|
||||
"name": "test123",
|
||||
"contact": null,
|
||||
"address": {
|
||||
"address1": null,
|
||||
"address2": null,
|
||||
@@ -98,7 +97,8 @@ describe('adding + getting explicitly', () => {
|
||||
"postalcode": null,
|
||||
},
|
||||
"registrationEnabled": false,
|
||||
"teams": []
|
||||
"teams": [],
|
||||
"responseType": "RUNNERORGANIZATION"
|
||||
})
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user