local state: fix failing tests

pull/3609/head
Frank Schroeder 7 years ago
parent b803bf3091
commit d2cc0e6e8a
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD

@ -911,7 +911,7 @@ func TestAgent_PersistService(t *testing.T) {
if got, want := restored.Token, "mytoken"; got != want {
t.Fatalf("got token %q want %q", got, want)
}
if got, want := restored.Service.Port, 8081; got != want {
if got, want := restored.Service.Port, 8001; got != want {
t.Fatalf("got port %d want %d", got, want)
}
}

Loading…
Cancel
Save