Skip to content

Commit

Permalink
Revert test fix (because we reverted kairos-agent too)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Dec 16, 2024
1 parent 722f21a commit dc48629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/uki_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ var _ = Describe("kairos UKI test", Label("uki"), Ordered, func() {
out, err = vm.Sudo("cat /sys/firmware/efi/efivars/LoaderEntrySelected-*")
Expect(err).ToNot(HaveOccurred(), out)
selectedEntry := removeSpecialChars(out)
Expect(selectedEntry).To(Equal(fmt.Sprintf("%s+3.conf", strings.TrimSpace(os.Getenv("EXPECTED_SINGLE_ENTRY")))))
Expect(selectedEntry).To(Equal(fmt.Sprintf("%s.conf", strings.TrimSpace(os.Getenv("EXPECTED_SINGLE_ENTRY")))))
})
})

Expand Down

0 comments on commit dc48629

Please sign in to comment.