Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 29, 2024
1 parent 4185bed commit b1c48b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Generate Report
run: |
pip install -r tests/requirements/${{ matrix.requirements-file }}
coverage run setup.py test
coverage run run_tests.py
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion tests/test_plugin_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_link_plugin(self):
else:
grouper = self.create_url(manual_url="/test/").url_grouper
template = django_engine.from_string("""{% load frontend %}
{% plugin "link" name="Click" url_grouper=grouper site=test_site link_type="btn" link_context="primary" link_outline=False %}
{% plugin "textlink" name="Click" url_grouper=grouper site=test_site link_type="btn" link_context="primary" link_outline=False %}
Click me!
{% endplugin %}
""") # noqa: B950
Expand Down

0 comments on commit b1c48b2

Please sign in to comment.