Skip to content

Commit

Permalink
Fix task test request
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-invoiced committed Sep 9, 2023
1 parent 6108d5b commit 8eb6960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invoicedapi.tests/Entities/CustomerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ public void TestNewTask()


const string jsonRequest = @"{
'customer_id': 1234,
'name': 'Example',
'action': 'review'
}";
Expand Down

0 comments on commit 8eb6960

Please sign in to comment.