@pytest.mark.skip(reason="outdated test")
def test_crypto_found_eur(app, requests_mocker, settings):
    """Get Ethereum price in euros"""
    app.cryptocurrency = 'ethereum'
    app.currency = 'EUR'