mirror of https://github.com/k3s-io/k3s
Merge pull request #69706 from mcrute/rename-test-parse-instance
Rename AWS cloud provider TestParseInstancepull/58/head
commit
b5a5010e57
|
@ -25,7 +25,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
func TestParseInstance(t *testing.T) {
|
||||
func TestMapToAWSInstanceIDs(t *testing.T) {
|
||||
tests := []struct {
|
||||
Kubernetes kubernetesInstanceID
|
||||
Aws awsInstanceID
|
||||
|
|
Loading…
Reference in New Issue