Skip to content

Commit

Permalink
final formatting exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
sebito91 committed Feb 7, 2018
1 parent 5e11c06 commit e32dbff
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8194,11 +8194,15 @@ func TestServer_ListServiceTests(t *testing.T) {
"description": "test pagerduty2 message",
"level": "CRITICAL",
"details": "",
"event_data": alert.EventData{
Name: "testPagerDuty2",
Tags: make(map[string]string),
Fields: make(map[string]interface{}),
Result: models.Result{},
"event_data": map[string]interface{}{
"Fields": map[string]interface{}{},
"Result": map[string]interface{}{
"series": interface{}(nil),
},
"Name": "testPagerDuty2",
"TaskName": "",
"Group": "",
"Tags": map[string]interface{}{},
},
"timestamp": "2014-11-12T11:45:26.371Z",
},
Expand Down

0 comments on commit e32dbff

Please sign in to comment.