mtakaki / cachet-url-monitor

URL monitor plugin for cachethq.io
MIT License
124 stars 48 forks source link

Remove unused token from Configuration object #95

Closed nijel closed 4 years ago

nijel commented 4 years ago

It is not used anywhere, Cachet is called through Client.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.3%) to 75.243% when pulling e05932b2e4fbf0b2b2ab915754a3fe2fe92f40e3 on nijel:configuration-token into 21063d61404c4c1f9e2c1f42930c8ae86d43ff7b on mtakaki:master.

mtakaki commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Coverage decreased per file
===========================
- cachet_url_monitor/configuration.py  -1

Complexity decreasing per file
==============================
+ tests/test_configuration.py  -1

See the complete overview on Codacy

mtakaki commented 4 years ago

Looks great! Good catch! Thank you so much!