chore: add more tests (#2812)

* chore: add more tests

* chore: add more tests
This commit is contained in:
Kevin Wan
2023-01-23 23:27:47 +08:00
committed by GitHub
parent f3369f8e81
commit 4bd8025c5b
4 changed files with 47 additions and 8 deletions

View File

@@ -48,5 +48,6 @@ func ParseTarget(target resolver.Target) (Service, error) {
} else {
service.Name = endpoints
}
return service, nil
}