Skip to content

Commit

Permalink
ConfirmService accepts EndpointName instead of string (#43)
Browse files Browse the repository at this point in the history
[improvement] ConfirmService accepts EndpointName instead of string
  • Loading branch information
iamdanfox authored Aug 28, 2018
1 parent f65c34a commit b51d474
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
types:
conjure-imports:
examples: example-types.conjure.yml
testCases: test-cases.conjure.yml

services:
AutoDeserializeConfirmService:
Expand All @@ -17,7 +18,7 @@ services:
to verify that it has been serialized and deserialized properly.
args:
endpoint:
type: string
type: testCases.EndpointName
docs: The name of the endpoint where the automatic test case request was made.
index:
type: integer
Expand Down

0 comments on commit b51d474

Please sign in to comment.