Fixed cp error
Build and Release / run-terraform (push) Successful in 43s
Details
Build and Release / run-terraform (push) Successful in 43s
Details
This commit is contained in:
parent
2c4b6a70ed
commit
91b717be27
|
@ -25,7 +25,7 @@ def test_favourite(app):
|
|||
logger.error(ve)
|
||||
|
||||
@responses.activate
|
||||
def test_favourite(app):
|
||||
def test_reblog(app):
|
||||
responses.post("https://social.example.com/api/v1/statuses/1234/reblog", json=json_reader("./tests/resources/reblog_response.json"))
|
||||
response = app.statuses.reblog("1234")
|
||||
assert response is not None
|
||||
|
|
Loading…
Reference in New Issue