Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
remove team from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
betorvs committed Mar 23, 2021
1 parent dc39d54 commit 79fcd28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ func TestCheckArgs(t *testing.T) {
event := types.FixtureEvent("entity1", "check1")
assert.Error(checkArgs(event))
plugin.AuthToken = "Testing"
assert.Error(checkArgs(event))
plugin.Team = "Testing"
assert.NoError(checkArgs(event))
}

Expand Down

0 comments on commit 79fcd28

Please sign in to comment.