Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Dec 9, 2024
1 parent 29f1fe7 commit 447f3bb
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions tests/unit/test_dashboard_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"charm": "provider-tester",
"content": "/Td6WFoAAATm1rRGAgAhARYAAAB0L+WjAQAKdGVzdF9maXJzdAoAAIC4BxCQe2GHAAEjC8Ib/QkftvN9AQAAAAAEWVo=",
"inject_dropdowns": True,
"dashboard_alt_uid": generate_dashboard_uid("provider-tester", "tests/unit/dashboard_templates/first.tmpl"),
"dashboard_alt_uid": generate_dashboard_uid(
"provider-tester", "tests/unit/dashboard_templates/first.tmpl"
),
"juju_topology": {
"model": "testing",
"model_uuid": "abcdefgh-1234",
Expand All @@ -38,7 +40,9 @@
"charm": "provider-tester",
"content": "/Td6WFoAAATm1rRGAgAhARYAAAB0L+WjAQALdGVzdF9zZWNvbmQKAEby/qNFFKmEAAEkDKYY2NgftvN9AQAAAAAEWVo=",
"inject_dropdowns": True,
"dashboard_alt_uid": generate_dashboard_uid("provider-tester", "tests/unit/dashboard_templates/other.json"),
"dashboard_alt_uid": generate_dashboard_uid(
"provider-tester", "tests/unit/dashboard_templates/other.json"
),
"juju_topology": {
"model": "testing",
"model_uuid": "abcdefgh-1234",
Expand All @@ -53,7 +57,9 @@
"charm": "provider-tester",
"content": "/Td6WFoAAATm1rRGAgAhARYAAAB0L+WjAQALdGVzdF9tYW51YWwKAJN3IemeHXT1AAEkDKYY2NgftvN9AQAAAAAEWVo=",
"inject_dropdowns": True,
"dashboard_alt_uid": generate_dashboard_uid("provider-tester", "tests/unit/manual_dashboards/manual.tmpl"),
"dashboard_alt_uid": generate_dashboard_uid(
"provider-tester", "tests/unit/manual_dashboards/manual.tmpl"
),
"juju_topology": {
"application": "provider-tester",
"model": "testing",
Expand All @@ -69,7 +75,9 @@
"charm": "provider-tester",
"content": "/Td6WFoAAATm1rRGAgAhARYAAAB0L+WjAQALdGVzdF9tYW51YWwKAJN3IemeHXT1AAEkDKYY2NgftvN9AQAAAAAEWVo=",
"inject_dropdowns": False,
"dashboard_alt_uid": generate_dashboard_uid("provider-tester", "tests/unit/manual_dashboards/manual.tmpl"),
"dashboard_alt_uid": generate_dashboard_uid(
"provider-tester", "tests/unit/manual_dashboards/manual.tmpl"
),
"juju_topology": {},
}
}
Expand Down Expand Up @@ -157,7 +165,7 @@ def test_provider_can_remove_programmatically_added_dashboards(self):
"charm": "provider-tester",
"content": "/Td6WFoAAATm1rRGAgAhARYAAAB0L+WjAQAEdGhpcmQAAAAAtr5hbOrisy0AAR0FuC2Arx+2830BAAAAAARZWg==",
"inject_dropdowns": True,
"dashboard_alt_uid": generate_dashboard_uid('provider-tester', 'prog:uC2Arx+2'),
"dashboard_alt_uid": generate_dashboard_uid("provider-tester", "prog:uC2Arx+2"),
"juju_topology": {
"model": "testing",
"model_uuid": "abcdefgh-1234",
Expand Down

0 comments on commit 447f3bb

Please sign in to comment.