Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(space): Add workitemtypegroups as a relationship attribute for th…
Browse files Browse the repository at this point in the history
…e tests.
  • Loading branch information
nimishamukherjee authored and joshuawilson committed Jan 8, 2018
1 parent aed98ec commit 42fb1e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/spaces/space.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ describe('Service: SpaceService', () => {
related: 'http://example.com/api/spaces/1/iterations'
}
},
workitemtypegroups: {
links: {
related: 'http://example.com/api/spacetemplates/1/workitemtypegroups'
}
}
// collaborators: {
// links: {
// related: 'http://example.com/api/spaces/1/iterations'
Expand Down
5 changes: 5 additions & 0 deletions src/app/spaces/unique-space-name.directive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ describe('Directive for Name Space', () => {
related: 'http://example.com/api/spaces/1/iterations'
}
},
workitemtypegroups: {
links: {
related: 'http://example.com/api/spacetemplates/1/workitemtypegroups'
}
}
// collaborators: {
// links: {
// related: 'http://example.com/api/spaces/1/iterations'
Expand Down

0 comments on commit 42fb1e7

Please sign in to comment.