oncall-engine/engine/apps/grafana_plugin/tests
Innokentii Konstantinov 7bad073626
Remove OSS_INSTALATION env var (#881)
It's a duplicate of LICENSE env var

**What this PR does**:
Remove OSS_INSTALLATION env var in favour of LICENSE env var. Also, I
refactored features tests a little. From my point of view it makes
little sense to test if all features are disabled or enabled. Better to
test specific use-case (e.g. oss installation).
Also to test that all features are disabled it is needed to set LICENSE
equals cloud license, which makes test confusing.

**Checklist**
- [x] Tests updated
- [ ] Documentation added
- [ ] `CHANGELOG.md` updated
2023-03-07 11:07:42 +00:00
..
test_app_config.py Remove OSS_INSTALATION env var (#881) 2023-03-07 11:07:42 +00:00
test_gcom_api_client.py refactor the is_rbac_permissions_enabled check to be more robust (#1099) 2023-01-11 12:48:30 +01:00
test_grafana_api_client.py patch minor sync issue when HTTP 302 is received from Grafana API instance (#1393) 2023-02-23 13:23:57 +00:00
test_install.py Get rid of installation token + add a bunch of tests (#624) 2022-11-21 16:26:00 +01:00
test_self_hosted_install.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
test_status.py Get rid of installation token + add a bunch of tests (#624) 2022-11-21 16:26:00 +01:00
test_sync.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00