Skip to content

Commit 7839fc8

Browse files
authored
test: fix import for elbv2 integ test (#1400)
follow up to #1379
1 parent e03c974 commit 7839fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const { ElasticLoadBalancingv2 } = require("../../../clients/client-elastic-load-balancing-v2");
1+
const { ElasticLoadBalancingV2 } = require("../../../clients/client-elastic-load-balancing-v2");
22
const { Before } = require("cucumber");
33

44
Before({ tags: "@elbv2" }, function (scenario, callback) {
5-
this.service = new ElasticLoadBalancingv2({});
5+
this.service = new ElasticLoadBalancingV2({});
66
callback();
77
});

0 commit comments

Comments
 (0)