Skip to content

Commit

Permalink
payload fixes for new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sebito91 committed Mar 1, 2018
1 parent cc67ff5 commit 9810aad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9119,7 +9119,11 @@ func TestServer_AlertHandlers(t *testing.T) {
Severity: "critical",
Class: "testAlertHandlers",
CustomDetails: map[string]interface{}{
"result": "details",
"result": map[string]interface{}{
"name": "alert",
"columns": []string{"time", "value"},
"values": []interface{}{[]string{"1970-01-01T00:00:00.000000001Z", "1"}},
},
},
Timestamp: "1970-01-01T00:00:00.000000001Z",
},
Expand Down

0 comments on commit 9810aad

Please sign in to comment.