Skip to content

Commit

Permalink
Fix the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Olds <[email protected]>
  • Loading branch information
Peter Olds committed Oct 9, 2015
1 parent 64d3885 commit 2af99b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papertrail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ func TestWritingToUDP(t *testing.T) {
hook, err := NewPapertrailHook(&Hook{
Host: "localhost",
Port: port,
HostName: "test.local",
AppName: "test",
Hostname: "test.local",
Appname: "test",
})
if err != nil {
t.Errorf("Unable to connect to local UDP server.")
Expand Down

0 comments on commit 2af99b4

Please sign in to comment.