Skip to content

Commit

Permalink
Forgot to remove unused helper method from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 9, 2023
1 parent a300023 commit af0caae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions primed/miscellaneous_workspaces/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,6 @@ def get_url(self, *args):
"""Get the url for the view being tested."""
return reverse("anvil_consortium_manager:workspaces:new", args=args)

def get_api_url(self, billing_project_name, workspace_name):
"""Return the Terra API url for a given billing project and workspace."""
return (
self.api_client.rawls_entry_point
+ "/api/workspaces/"
+ billing_project_name
+ "/"
+ workspace_name
)

def test_creates_workspace(self):
"""Posting valid data to the form creates a workspace data object when using a custom adapter."""
billing_project = BillingProjectFactory.create(name="test-billing-project")
Expand Down

0 comments on commit af0caae

Please sign in to comment.