From 33e7a6317374934bfdba47d9edffbaf797daa1a2 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Wed, 22 Sep 2021 15:21:32 -0700 Subject: [PATCH] fix typo --- test/integration/docker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/docker_test.go b/test/integration/docker_test.go index 58f5f1a47377..4b7667690267 100644 --- a/test/integration/docker_test.go +++ b/test/integration/docker_test.go @@ -123,7 +123,7 @@ func validateContainerdSystemd(ctx context.Context, t *testing.T, profile string } // validateCrioSystemd makes sure the --force-systemd flag worked with the cri-o container runtime -func validateCrioSystemd(ctx context.Cotnext, t *testing.T, profile string) { +func validateCrioSystemd(ctx context.Context, t *testing.T, profile string) { rr, err := Run(t, exec.CommandContext(ctx, Target(), "-p", profile, "ssh", "cat /etc/crio/crio.conf")) if err != nil { t.Errorf("failed to get cri-o cgroup driver. args %q: %v", rr.Command(), err)