Forgot an important word

This commit is contained in:
Michael Schurter
2017-04-19 10:33:04 -07:00
parent 346838381b
commit 5948daf4f7

View File

@@ -261,7 +261,7 @@ func TestConsul_ChangeTags(t *testing.T) {
}
// TestConsul_ChangePorts asserts that changing the ports on a service updates
// it in Consul. Since ports are part of the service ID this is a slightly
// it in Consul. Since ports are not part of the service ID this is a slightly
// different code path than changing tags.
func TestConsul_ChangePorts(t *testing.T) {
ctx := setupFake()