Skip to content

Commit 38df2e6

Browse files
committed
tests: post test
1 parent cd06959 commit 38df2e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/post_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ type PostTest struct {
44
Request float64 `json:"request"`
55
Test string `json:"test"`
66
}
7+
8+
var PostTests = []PostTest{
9+
{Request: 1, Test: "This Is Test Request One"},
10+
}

0 commit comments

Comments
 (0)