Skip to content

Commit

Permalink
secboot/secboot_sb_test.go: fix expected value after conflicting merge
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid committed Nov 19, 2024
1 parent 5f5f773 commit b382f37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions secboot/secboot_sb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2101,6 +2101,9 @@ func (s *secbootSuite) TestUnlockVolumeUsingSealedKeyIfEncryptedFdeRevealKeyV1Fa
c.Check(options, DeepEquals, &sb.ActivateVolumeOptions{
PassphraseTries: 1,
KeyringPrefix: "ubuntu-fde",
LegacyDevicePaths: []string{
"/dev/disk/by-partuuid/enc-dev-partuuid",
},
})
c.Check(keys, HasLen, 0)
return nil
Expand Down

0 comments on commit b382f37

Please sign in to comment.