Skip to content

Commit

Permalink
feat: (apiaryio#866) Add status code to test id
Browse files Browse the repository at this point in the history
  • Loading branch information
anth0d committed Aug 18, 2017
1 parent dc5055f commit 9d73bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction-runner.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class TransactionRunner

configuredTransaction =
name: transaction.name
id: request.method + ' ' + request.uri
id: request.method + ' (' + expected.statusCode + ') ' + request.uri
host: @parsedUrl.hostname
port: @parsedUrl.port
request: request
Expand Down

0 comments on commit 9d73bcc

Please sign in to comment.