We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7823699 commit 3a0a6eaCopy full SHA for 3a0a6ea
1 file changed
t/31_isJSON_valid.t
@@ -53,7 +53,7 @@ $tests++;
53
54
55
#3
56
-uri = "smtp-relay.gmail.com:587";
+$uri = "smtp-relay.gmail.com:587";
57
printf "%s\n", " .. plain JSON and STARTTLS --> $uri ...";
58
$out = `$prg --jsonfile $json_file $check2run -t smtp $uri`;
59
$json = json($json_file);
0 commit comments