Commit 3f402993 authored by Łukasz Nowak's avatar Łukasz Nowak

Reflect new exposed method.

parent 2fac6362
...@@ -1296,6 +1296,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin): ...@@ -1296,6 +1296,7 @@ class TestGET_discovery(VifibSlaposRestAPIV1Mixin):
def assertAPIDiscoveryDict(self): def assertAPIDiscoveryDict(self):
self.assertSameSet(self.json_response.keys(), self.assertSameSet(self.json_response.keys(),
[ [
'computer_update',
'instance_certificate', 'instance_certificate',
'request_instance', 'request_instance',
'instance_list', 'instance_list',
......
65 66
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment