Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
remove unused test method
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Jan 28, 2015
1 parent 2369737 commit 09824e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aldryn_gallery/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ def create_populated_filer_folder(self, folder=None):
self.create_filer_image(folder=folder, name="image {}".format(i))
return folder


def get_response_pk(self, response):
return int(response.content.decode('utf8').split("/edit-plugin/")[1].split("/")[0])

def test_add_gallery_plugin_api(self):
gallery_plugin = api.add_plugin(
self.placeholder, cms_plugins.GalleryCMSPlugin, self.language,
Expand Down

0 comments on commit 09824e0

Please sign in to comment.