We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Apiroom, when using the following contract inside a chain
Given nothing When I set 'nameOfNewObject' to '100' as 'string' Then print data
The following error is returned
Zencode pattern not found (when): When I set 'nameOfNewObject' to 1.0 as 'string'
If I save the chain, then, from swagger, I can see that the above statement is present in my chain even if it was not in the original contract.
Create a chain from contracts should not modify the contracts.
All test were performed on apiroom.
The text was updated successfully, but these errors were encountered:
puria
No branches or pull requests
Steps to reproduce
In Apiroom, when using the following contract inside a chain
The following error is returned
If I save the chain, then, from swagger, I can see that the above statement is present in my chain even if it was not in the original contract.
Expected behavior
Create a chain from contracts should not modify the contracts.
System configuration
All test were performed on apiroom.
The text was updated successfully, but these errors were encountered: