Skip to content

Commit f3e0fbe

Browse files
julian-hjCopilot
andauthored
Update infrastructure/cloudinit_settings_source_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent deb6b81 commit f3e0fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/cloudinit_settings_source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ var _ = Describe("CloudInitSettingsSource", func() {
117117
It("clears the guestinfo.userdata after reading it", func() {
118118
cmdRunner.AddCmdResult("vmware-rpctool info-get guestinfo.userdata", fakes.FakeCmdResult{Stdout: encodedSettings})
119119
cmdRunner.AddCmdResult("vmware-rpctool info-set guestinfo.userdata ---", fakes.FakeCmdResult{Stdout: ""})
120-
cmdRunner.AddCmdResult("vmware-rpctool info-set guestinfo.userdata.encoding ", fakes.FakeCmdResult{Stdout: ""})
120+
cmdRunner.AddCmdResult("vmware-rpctool info-set guestinfo.userdata.encoding ", fakes.FakeCmdResult{Stdout: ""})
121121

122122
_, err := source.Settings()
123123
Expect(err).ToNot(HaveOccurred())

0 commit comments

Comments
 (0)