]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Remove use of deprecated method
authorStephen Finucane <stephen@that.guru>
Wed, 2 Aug 2023 11:35:01 +0000 (12:35 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 2 Aug 2023 11:35:01 +0000 (12:35 +0100)
commitef2c874cc37d77b2c8d417a487ed8c9e30b05f9e
tree8e710546287511d57955119b0efa93d812acf60b
parent78ad0fccd69b9e9ce1cbb3ce37bd348115243acf
tests: Remove use of deprecated method

Resolve the following warning:

  RemovedInDjango51Warning: BaseUserManager.make_random_password() is
  deprecated.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/views/test_user.py