-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
1. Use provider state to generate resource ID By using the FromProviderState helpers, this lets the provider generate a resource ID for us, and draw our expectations around that, rather than having the client specify the IDs up front. Since the resourceId is something WDS learns about by querying the enumerateResources endpoint, it doesn't make sense for WDS to specify it up front. This is in contrast to the workspace ID, which we have to know about to initiate the interaction. 2. Undo variable name change in pact given: This was mistakenly left in an upstream PR where I was experimenting with a new convention to clearly mark parameters in the givens. This wasn't intended to be merged.
- Loading branch information
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters