diff --git a/backend/integration/test_vm_functions.html b/backend/integration/test_vm_functions.html index 7569f170a..3d882f511 100644 --- a/backend/integration/test_vm_functions.html +++ b/backend/integration/test_vm_functions.html @@ -189,7 +189,7 @@

Module harvester_e2e_tests.integration.test_vm_functions code, data = api_client.settings.get('overcommit-config') assert 200 == code, (code, data) - origin_val = json.loads(data.get('value', {})) + origin_val = json.loads(data.get('value', "{}")) spec = api_client.settings.Spec.from_dict(data) spec.cpu = spec.memory = 100 code, data = api_client.settings.update('overcommit-config', spec) @@ -2932,7 +2932,7 @@

Raises

code, data = api_client.settings.get('overcommit-config') assert 200 == code, (code, data) - origin_val = json.loads(data.get('value', {})) + origin_val = json.loads(data.get('value', "{}")) spec = api_client.settings.Spec.from_dict(data) spec.cpu = spec.memory = 100 code, data = api_client.settings.update('overcommit-config', spec) diff --git a/integration/modules/skel_skel_spec.html b/integration/modules/skel_skel_spec.html index ea6720a7d..1f36a22df 100644 --- a/integration/modules/skel_skel_spec.html +++ b/integration/modules/skel_skel_spec.html @@ -1,11 +1,11 @@ -skel/skel.spec | Cypress Integration Tests for Harvester
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • changePassword(): void