Skip to content

Commit

Permalink
snap-bootstrap: fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindavid committed Jan 31, 2025
1 parent cdbb9e6 commit a72e507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/snap-bootstrap/cmd_initramfs_mounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ func (s *initramfsMountsSuite) testInitramfsMountsInstallModeWithCompsHappy(c *C
observeExistingTrustedRecoveryAssetsCalled += 1
return nil
},
ChosenEncryptionKeysFunc: func(key, saveKey keys.EncryptionKey) {
SetBootstrappedContainersAndPrimaryKeyFunc: func(key, saveKey secboot.BootstrappedContainer, primaryKey []byte) {
},
UpdateBootEntryFunc: func() error {
return nil
Expand Down

0 comments on commit a72e507

Please sign in to comment.