Remove caching logic from better_import_drops command and related tests
Some checks are pending
Run Pytest / test (push) Waiting to run
Some checks are pending
Run Pytest / test (push) Waiting to run
This commit is contained in:
parent
fd0957085b
commit
d90b75d39c
3 changed files with 11 additions and 185 deletions
|
|
@ -15,7 +15,6 @@ class GameOwnerOrganizationTests(TestCase):
|
|||
def test_game_owner_organization_precedence(self) -> None:
|
||||
"""If both owner and ownerOrganization are present, game owner should be ownerOrganization."""
|
||||
command = Command()
|
||||
command.pre_fill_cache()
|
||||
|
||||
payload = {
|
||||
"data": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue