Skip to content

Commit

Permalink
pls lets go
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Jun 16, 2024
1 parent f2d06a7 commit a87e1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/tests/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ 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 a87e1d4

Please sign in to comment.