diff --git a/core/src/test/scala/org/broadinstitute/dsde/rawls/dataaccess/workspacemanager/HttpWorkspaceManagerDAOSpec.scala b/core/src/test/scala/org/broadinstitute/dsde/rawls/dataaccess/workspacemanager/HttpWorkspaceManagerDAOSpec.scala index f5734eb55f..394084593f 100644 --- a/core/src/test/scala/org/broadinstitute/dsde/rawls/dataaccess/workspacemanager/HttpWorkspaceManagerDAOSpec.scala +++ b/core/src/test/scala/org/broadinstitute/dsde/rawls/dataaccess/workspacemanager/HttpWorkspaceManagerDAOSpec.scala @@ -271,7 +271,6 @@ class HttpWorkspaceManagerDAOSpec verify(workspaceApi).cloneWorkspace(expectedRequest, testData.azureWorkspace.workspaceIdAsUUID) } - behavior of "createProtectedWorkspaceWithSpendProfile" it should "call the WSM workspace API" in { @@ -294,7 +293,7 @@ class HttpWorkspaceManagerDAOSpec wsmDao.createProtectedWorkspaceWithSpendProfile( testData.azureWorkspace.workspaceIdAsUUID, -testData.azureWorkspace.name, + testData.azureWorkspace.name, testData.azureBillingProfile.getId.toString, testContext )