Skip to content

Commit

Permalink
fix(incus): migrate test lxd name
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed May 6, 2024
1 parent 786e5d0 commit 70dd2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/incus/test/storage/volume/attach.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe 'incus.storage.volume.attach', ->
container: 'nikita-container-attach-4'
device: 'osd'
path: '/osd/'
.should.be.rejectedWith 'NIKITA_LXD_VOLUME_ATTACH: volume "nikita-volume-attach-4" does not exist.'
.should.be.rejectedWith 'NIKITA_INCUS_VOLUME_ATTACH: volume "nikita-volume-attach-4" does not exist.'
await @clean()

they 'should forget the container', ({ssh}) ->
Expand Down Expand Up @@ -253,5 +253,5 @@ describe 'incus.storage.volume.attach', ->
container: 'nikita-container-attach-5'
device: 'osd'
path: '/osd/'
.should.be.rejectedWith 'NIKITA_LXD_VOLUME_ATTACH: container "nikita-container-attach-5" does not exist.'
.should.be.rejectedWith 'NIKITA_INCUS_VOLUME_ATTACH: container "nikita-container-attach-5" does not exist.'
await @clean()

0 comments on commit 70dd2c7

Please sign in to comment.