def test_hostname(self, init_kwargs):
     stage = pipeline_stages_iothub_http.IoTHubHTTPTranslationStage(
         **init_kwargs)
     assert stage.hostname is None
 def test_module_id(self, init_kwargs):
     stage = pipeline_stages_iothub_http.IoTHubHTTPTranslationStage(
         **init_kwargs)
     assert stage.module_id is None