Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK : convert ulist to util/UriObject #73

Closed orubel closed 1 year ago

orubel commented 1 year ago

implementors may want to use uList and thus we need to convert to the UriObject we already have built; have no clue why we used uList (probably just a placeholder to test prior to using object)

The following classes are affected:

Fix in THAT ORDER!

orubel commented 1 year ago

commenting out 'BadApiFunbctionalTest > GET api call (with NO ACTION)' while testing and converting

Will want to uncomment after we are through.

orubel commented 1 year ago

done