aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--timetask/http_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/timetask/http_test.go b/timetask/http_test.go
index 4fe44fe..c54617f 100644
--- a/timetask/http_test.go
+++ b/timetask/http_test.go
@@ -28,7 +28,7 @@ func TestLogin(t *testing.T) {
t.Fatal(err)
}
- if !strings.Contains(string(body), "<title>Home :: af83</title>") {
+ if !strings.Contains(string(body), "here is your time for the week") {
t.Error("Login failed, got ", body)
}
}