oncall-engine/engine/apps/grafana_plugin/tests
Joey Orlando 7c4b40a046
upgrade to Python 3.12 (#3456)
# What this PR does

Upgrade to Python 3.12 + fix several invalid test assertions that lead
to test failures in the latest version of `pytest`:
```
AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
```

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-11-30 13:47:41 +00:00
..
test_app_config.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
test_gcom_api_client.py upgrade to Python 3.12 (#3456) 2023-11-30 13:47:41 +00: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 upgrade to Python 3.12 (#3456) 2023-11-30 13:47:41 +00:00
test_self_hosted_install.py upgrade to Python 3.12 (#3456) 2023-11-30 13:47:41 +00:00
test_status.py Fix inconsistency with API URL returned by plugin status (#3122) 2023-10-16 17:38:08 +00:00
test_sync.py Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00