Skip to content

Commit

Permalink
Remove invalid test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 29, 2024
1 parent 63e6f80 commit f04d6bf
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions price/pricingbyservice/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,31 +125,6 @@ func TestConfig_Validate(t *testing.T) {
},
wantErr: true,
},
{
name: "detects unset pricing",
fields: fields{
BasePrices: PriceByTypeUSD{
Residential: &PriceByServiceTypeUSD{
Wireguard: mprice,
Scraping: mprice,
DataTransfer: mprice,
DVPN: mprice,
},
Other: &PriceByServiceTypeUSD{
Scraping: mprice,
DataTransfer: mprice,
DVPN: mprice,
},
},
CountryModifiers: map[ISO3166CountryCode]Modifier{
"US": {
Residential: 1,
Other: 1,
},
},
},
wantErr: true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit f04d6bf

Please sign in to comment.