Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Barheine committed Dec 22, 2017
1 parent 93e46df commit 7ffd17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func Test_MockStorage_EventDetail(t *testing.T) {
{"eventDetail.EventTime", eventDetail.EventTime, "2017-11-17T08:53:32.667973+00:00"},
{"eventDetail.Outcome", eventDetail.Outcome, "success"},
{"eventDetail.EventType", eventDetail.EventType, "activity"},
{"eventDetail.Attachments[0].Name", eventDetail.Target.Attachments[0].Name, "role_id"},
{"eventDetail.Attachments[0].Name", eventDetail.Attachments[0].Name, "role_id"},
{"eventDetail.Reason.ReasonType", eventDetail.Reason.ReasonType, "HTTP"},
{"eventDetail.Reason.ReasonCode", eventDetail.Reason.ReasonCode, "409"},
{"eventDetail.Initiator.Name", eventDetail.Initiator.Name, "test_admin"},
Expand Down

0 comments on commit 7ffd17c

Please sign in to comment.