Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into remove-quickfiles-code

* 'develop' of https://github.com/CenterForOpenScience/osf.io:
  Hotfixes for: double-encoded urls + dep upgrades
  fixed docker-compose requirements for local setups with venv inside project root (#10697)
  use correct version of module for metrics
  update Dockerfile for recent lints
  remove deprecated version stanza from docker-composes
  update reqs to pull from github commit shas
  correct body location for api.ia POST requests
  • Loading branch information
John Tordoff committed Aug 23, 2024
1 parent 7374b56 commit 9d77272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_tests/files/views/test_file_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from api.base.settings.defaults import API_BASE
from api_tests import utils as api_utils
from framework.auth.core import Auth
from osf.models import NodeLog, QuickFilesNode, Node, FileVersionUserMetadata
from osf.models import NodeLog, Node, FileVersionUserMetadata
from osf.utils.permissions import WRITE, READ
from osf.utils.workflows import DefaultStates
from osf_tests.factories import (
Expand Down

0 comments on commit 9d77272

Please sign in to comment.