Skip to content

Commit

Permalink
Fix layer_probe.vtc: dynamic -> ${vmod_dynamic}
Browse files Browse the repository at this point in the history
  • Loading branch information
delthas authored and nigoroll committed Sep 24, 2024
1 parent 15fb176 commit dc68d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/layer_probe.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ varnishtest "layered config with probe"
varnish v1 -vcl {
vcl 4.1;
import std;
import dynamic;
import ${vmod_dynamic};
import directors;

backend foo none;
Expand Down

0 comments on commit dc68d3b

Please sign in to comment.