Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 7, 2024
1 parent c8ee3f7 commit 44770fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/tests/test_util_builtin_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_happy_path(self):
builtin_assets.add_css_to_fragment(fragment, "ProblemBlockDisplay.css")
assert fragment.resources[0] == FragmentResource(
kind='url',
data=f"{settings.REPO_ROOT}/xmodule/assets/ProblemBlockDisplay.css",
data=f'{settings.REPO_ROOT}/xmodule/assets/ProblemBlockDisplay.css',
mimetype='text/css',
placement='head',
)

0 comments on commit 44770fd

Please sign in to comment.