googleapis / googleapis/google-cloud-dart
RepeatDataSimplePath showcase test fails
Open
- Dominant language
- Dart
- Stars
- 23
- Forks
- 15
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 21
Description
At least part of the problem is here:
```diff
Future repeatDataSimplePath(RepeatRequest request) async {
final url = Uri.https(
_host,
- '/v1beta1/repeat/${request.info!.fString}/${request.info!.fInt32}/${request.info!.fDouble}/${request.info!.fBool}/${request.info!.fKingdom}:simplepath',
+ '/v1beta1/repeat/${request.info!.fString}/${request.info!.fInt32}/${request.info!.fDouble}/${request.info!.fBool}/${request.info!.fKingdom.toJson()}:simplepath',
```
Contributor guide
Assessment
This issue has not been assessed yet.