From be36aade9a700dfbb07d50039ec8e7653eec6b7b Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Tue, 29 Oct 2019 22:20:34 +0300 Subject: ci: Update fuzzer target name (#2841) Update the fuzzer target name for the address parser so it better matches the func name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de81333..4891858 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -219,7 +219,7 @@ jobs: ["./caddyconfig/httpcaddyfile/adapter_fuzz.go"]="caddyfile-adapter" \ ["./caddyconfig/httpcaddyfile/addresses_fuzz.go"]="parse-address" \ ["./caddyconfig/caddyfile/parse_fuzz.go"]="parse-caddyfile" \ - ["./listeners_fuzz.go"]="parse-listen-addr" \ + ["./listeners_fuzz.go"]="parse-network-address" \ ["./replacer_fuzz.go"]="replacer" \ ) -- cgit v1.2.3