Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
amila-ku committed Feb 25, 2024
1 parent 5d393d3 commit a61f27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func TestHelloHandler(t *testing.T) {
}

// Check the response body
expected := "Hello! From Nitro\n"
expected := "Hello! From DevOps Sri Lanka\n"
if body := rr.Body.String(); body != expected {
t.Errorf("Handler returned unexpected body: got %v want %v", body, expected)
}
Expand Down

0 comments on commit a61f27d

Please sign in to comment.