Fix test name in e2e resource metrics api test

Updates resouce to resource.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2020-11-13 15:19:55 -06:00
parent 3b2746c9ea
commit bf270d1070
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271

View File

@ -63,7 +63,7 @@ var _ = framework.KubeDescribe("ResourceMetricsAPI [NodeFeature:ResourceMetrics]
ginkgo.By("Waiting 15 seconds for cAdvisor to collect 2 stats points")
time.Sleep(15 * time.Second)
})
ginkgo.It("should report resource usage through the resouce metrics api", func() {
ginkgo.It("should report resource usage through the resource metrics api", func() {
ginkgo.By("Fetching node so we can match against an appropriate memory limit")
node := getLocalNode(f)
memoryCapacity := node.Status.Capacity["memory"]