Skip to content

Commit 32d34f5

Browse files
test: write API test for api/config endpoint
1 parent 892f925 commit 32d34f5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

api-tests/api/get-config.bru

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
meta {
2+
name: get-config
3+
type: http
4+
seq: 2
5+
}
6+
7+
get {
8+
url: {{grader-base-url}}/api/config
9+
body: none
10+
auth: inherit
11+
}
12+
13+
settings {
14+
encodeUrl: true
15+
timeout: 0
16+
}

0 commit comments

Comments
 (0)