mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 03:48:09 +00:00
remove unused back_channel_address entry (#420)
This commit is contained in:
@ -13,7 +13,7 @@ from onefuzztypes.models import TaskConfig, TaskDefinition, TaskUnitConfig
|
||||
from onefuzztypes.primitives import Container
|
||||
|
||||
from ..azure.containers import blob_exists, container_exists, get_container_sas_url
|
||||
from ..azure.creds import get_instance_id, get_instance_url
|
||||
from ..azure.creds import get_instance_id
|
||||
from ..azure.queue import get_queue_sas
|
||||
from ..azure.storage import StorageType
|
||||
from .defs import TASK_DEFINITIONS
|
||||
@ -188,7 +188,6 @@ def build_task_config(
|
||||
StorageType.config,
|
||||
add=True,
|
||||
),
|
||||
back_channel_address="https://%s/api/back_channel" % (get_instance_url()),
|
||||
instance_id=get_instance_id(),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user