Skip to content

Commit

Permalink
saaaaake
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Jun 16, 2024
1 parent d5fa888 commit fafbd4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/tests/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func TestCreateBlog(t *testing.T) {
Body: "New Body",
Created: "2024-01-01 12:00:00",
}

payload, _ := json.Marshal(blog)

resp, err := http.Post(fmt.Sprintf("%s/blogs", server.URL), "application/json", bytes.NewBuffer(payload))
Expand Down

0 comments on commit fafbd4d

Please sign in to comment.