Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimi committed Oct 27, 2022
1 parent f075c2b commit 38f6dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dittomock/requestmatcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ func TestMockLoaderJSON_ResponseBodyTemplate(t *testing.T) {
},
"response": [
{
"body": { "message": "{{now_rfc3339}}" }
"body_template": "{ \"message\": \"{{now_rfc3339}}\" }"
}
]
}
Expand Down

0 comments on commit 38f6dd6

Please sign in to comment.