adjust type for new casing code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Emil Lerch 2021-07-27 09:40:11 -07:00
parent 34b803c7dc
commit 86751f22e9
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -51,6 +51,6 @@ test "can get service and action name from request" {
try expectEqualStrings("2011-06-15", metadata.service_metadata.version);
}
test "can filter services" {
const filtered_services = Services(.{ .sts, .waf_v2 }){};
const filtered_services = Services(.{ .sts, .wafv2 }){};
try expectEqualStrings("2011-06-15", filtered_services.sts.version);
}