mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 08:19:23 +02:00
upstream endpoints load balancer weights (#1830)
This commit is contained in:
parent
3567183ce5
commit
67f6030e1e
30 changed files with 1190 additions and 778 deletions
|
@ -150,7 +150,7 @@ func TestGetDomainsForURL(t *testing.T) {
|
|||
tc := tc
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
got := GetDomainsForURL(tc.u)
|
||||
got := GetDomainsForURL(*tc.u)
|
||||
if diff := cmp.Diff(got, tc.want); diff != "" {
|
||||
t.Errorf("GetDomainsForURL() = %v", diff)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue