def test_get_shared_storage(self):
        response = self.sharedStorage.get()
        self.assertIsNotNone(response)
        self.assertIsInstance(response, list)