From 5b7e240cde0d2a2be17290ad349b768617f5c5ca Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:43:29 +0100 Subject: [PATCH] fixup! Update node-installer_test.go Co-authored-by: Paul Meyer --- nodeinstaller/node-installer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeinstaller/node-installer_test.go b/nodeinstaller/node-installer_test.go index a1d14a4fc..09354e3f7 100644 --- a/nodeinstaller/node-installer_test.go +++ b/nodeinstaller/node-installer_test.go @@ -42,7 +42,7 @@ func TestPatchContainerdConfig(t *testing.T) { platform: platforms.K3sQEMUSNP, expected: expectedConfBareMetalQEMUSNP, }, - "BareMetalQEMUSNPGPU": { + "K3sQEMUSNPGPU": { platform: platforms.K3sQEMUSNPGPU, expected: expectedConfBareMetalQEMUSNP, },