You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is impossible to assert the root of an API using tzatziki. The following will return an error on uri format.
The steps :
When we get "/"Then we receive a status OK_200 and only:
"""// your body here"""
Stacktrace of the error
java.lang.AssertionError: invalid uri: /
at org.junit.Assert.fail(Assert.java:89)
at com.decathlon.tzatziki.utils.MockFaster.match(MockFaster.java:147)
at com.decathlon.tzatziki.utils.MockFaster.target(MockFaster.java:162)
at com.decathlon.tzatziki.steps.HttpSteps.lambda$call$17(HttpSteps.java:368)
at com.decathlon.tzatziki.utils.Guard.in(Guard.java:50)
Seems like there is a constraint on having at least one character after the root in the RegEx for the URI pattern
The text was updated successfully, but these errors were encountered:
Currently, it is impossible to assert the root of an API using tzatziki. The following will return an error on uri format.
The steps :
Stacktrace of the error
Seems like there is a constraint on having at least one character after the root in the RegEx for the URI pattern
The text was updated successfully, but these errors were encountered: