We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da32aa commit 882f3bbCopy full SHA for 882f3bb
helper.psm1
@@ -685,6 +685,7 @@ Function launchSingleTests
685
test1 "shell_replication",""
686
test1 "http_replication",""
687
test1 "catch",""
688
+ test1 "endpoints",""
689
comm
690
}
691
scripts/runTests.fish
@@ -111,6 +111,7 @@ function launchSingleTests
111
case 22 ; test1 catch ""
112
case 23 ; test1 authentication ""
113
case 24 ; test1 dump_authentication ""
114
+ case 25 ; test1 endpoints ""
115
case '*' ; return 0
116
end
117
set -g launchCount (math $launchCount + 1)
0 commit comments