Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
update badge
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 10, 2022
1 parent 257b020 commit c55e52b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python Wrapper for Mailerlite API v2
</tr>
<tr>
<td align="center"><b>Build Status</b></td>
<td align="center"><a href="https://github.com/skoudoro/mailerlite-api-python/actions?query=workflow%3A%22CI+%28PIP%29%22"><img src="https://github.com/skoudoro/mailerlite-api-python/workflows/CI%20(PIP)/badge.svg"></a> <a href="https://github.com/skoudoro/mailerlite-api-python/actions?query=workflow%3A%22CI+%28CONDA%29%22"><img src="https://github.com/skoudoro/mailerlite-api-python/workflows/CI%20(CONDA)/badge.svg"></a></td>
<td align="center"><a href="https://github.com/skoudoro/mailerlite-api-python/actions?query=workflow%3A%22CI_PIP%22"><img src="https://github.com/skoudoro/mailerlite-api-python/workflows/CI_PIP/badge.svg"></a> <a href="https://github.com/skoudoro/mailerlite-api-python/actions?query=workflow%3A%22CI_CONDA%22"><img src="https://github.com/skoudoro/mailerlite-api-python/workflows/CI_CONDA/badge.svg"></a></td>
</tr>
<tr>
<td align="center"><b>Metrics</b></td>
Expand Down
2 changes: 2 additions & 0 deletions mailerlite/tests/test_subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from mailerlite.constants import API_KEY_TEST
from mailerlite.subscriber import Subscribers
from mailerlite.testing import succeed_or_skip_sensitive_tests


@pytest.fixture
Expand Down Expand Up @@ -68,6 +69,7 @@ def test_subscribers_error(header):
subs.get(mail='[email protected]')


@succeed_or_skip_sensitive_tests
def test_subscribers_crud(header):
subscriber = Subscribers(header)

Expand Down

0 comments on commit c55e52b

Please sign in to comment.