Skip to content

Commit 882f3bb

Browse files
jsteemannneunhoef
authored andcommitted
execute endpoints tests (#13)
1 parent 4da32aa commit 882f3bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

helper.psm1

+1
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ Function launchSingleTests
685685
test1 "shell_replication",""
686686
test1 "http_replication",""
687687
test1 "catch",""
688+
test1 "endpoints",""
688689
comm
689690
}
690691

scripts/runTests.fish

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ function launchSingleTests
111111
case 22 ; test1 catch ""
112112
case 23 ; test1 authentication ""
113113
case 24 ; test1 dump_authentication ""
114+
case 25 ; test1 endpoints ""
114115
case '*' ; return 0
115116
end
116117
set -g launchCount (math $launchCount + 1)

0 commit comments

Comments
 (0)