Skip to content

Commit f3af141

Browse files
Update runtests.jl
1 parent 9a75484 commit f3af141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
using Slack
22
using Test
33

4-
endpoint = "/services/TQVJBU534/BR8C1LMPS/42thawJz34SWSgZCpniyLBSE"
4+
endpoint = ARGS[1]
5+
56
data = "Hello World"
67
attachment = Dict("attachments" => [Dict("fallback" => "Required plain-text summary of the attachment",
78
"color" => "#36a64f",

0 commit comments

Comments
 (0)