diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2019-10-29 22:20:34 +0300 |
---|---|---|
committer | Matt Holt <mholt@users.noreply.github.com> | 2019-10-29 13:20:34 -0600 |
commit | be36aade9a700dfbb07d50039ec8e7653eec6b7b (patch) | |
tree | 4d2866dc1117a3db36acc471ea5c6040a9d3988e | |
parent | ba0000678d6305a8137622845dd91fe5b22b47de (diff) |
ci: Update fuzzer target name (#2841)
Update the fuzzer target name for the address parser so it better matches the func name
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ ) |