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

Commit

Permalink
Uncomments an delete workitem test
Browse files Browse the repository at this point in the history
  • Loading branch information
DhritiShikhar committed Oct 23, 2018
1 parent b996cf6 commit 6bc6b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/workitem_blackbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3250,7 +3250,7 @@ func (s *WorkItemSuite) TestUpdateWorkitemForSpaceCollaborator() {
test.UpdateWorkitemForbidden(s.T(), svcNotAuthorized.Context, svcNotAuthorized, workitemCtrlNotAuthorized, *wi.Data.ID, &payload2)
// Not a space collaborator is not authorized to delete
// Temporarily disabled, See https://github.com/fabric8-services/fabric8-wit/issues/1036
// test.DeleteWorkitemForbidden(s.T(), svcNotAuthrized.Context, svcNotAuthorized, workitemCtrlNotAuthorized, *wi.Data.ID)
test.DeleteWorkitemForbidden(s.T(), svcNotAuthorized.Context, svcNotAuthorized, workitemCtrlNotAuthorized, *wi.Data.ID)
// Not a space collaborator is not authorized to reorder
payload5 := minimumRequiredReorderPayload()
var dataArray []*app.WorkItem // dataArray contains the workitem(s) that have to be reordered
Expand Down

0 comments on commit 6bc6b87

Please sign in to comment.