Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunrajpal committed Jul 4, 2023
1 parent bed2246 commit ba3b819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion alert/responder.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const (
TeamResponder ResponderType = "team"
EscalationResponder ResponderType = "escalation"
ScheduleResponder ResponderType = "schedule"
GroupResponder ResponderType = "group"
)

type Responder struct {
Expand Down
2 changes: 1 addition & 1 deletion policy/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestCreateAlertPolicy_Validate(t *testing.T) {

req.Responders = &[]alert.Responder{
{
Type: alert.GroupResponder,
Type: "",
Name: "",
Id: "",
Username: "",
Expand Down

0 comments on commit ba3b819

Please sign in to comment.