Skip to content

Commit

Permalink
also fix test compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Feb 14, 2025
1 parent ea874de commit bec6e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class RuntimeCreationDiskSpec extends BillingProjectFixtureSpec with ParallelTes
_ <- IO(disk.status shouldBe DiskStatus.Ready)
_ <- IO(disk.size shouldBe diskSize)
_ <- LeonardoApiClient.deleteDiskWithWait(googleProject, diskName)
listofDisks <- LeonardoApiClient.listDisk(googleProject, true)
listofDisks <- LeonardoApiClient.listDisk(googleProject)
} yield listofDisks.collect { case resp if resp.name == diskName => resp.status } shouldBe List(
DiskStatus.Deleted
) // assume we won't have multiple disks with same name in the same project in tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,6 @@ class RuntimeServiceInterpTest
userEmail,
serviceAccount,
FormattedBy.GCE,
allowListAuthProvider,
MockSamService,
ConfigReader.appConfig.persistentDisk,
Some(workspaceId)
Expand Down

0 comments on commit bec6e4d

Please sign in to comment.