This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Commit a965fb9
authored
fix: removes flaky intent equivalence assertion (#688)
Because of how intents work in Dialogflow, asserting that the actual name of a resource matches the name of a newly created resource will not always be deterministic, especially if duplicate intents are added. This PR removes the offending assertion. Fixes #623 ☕️1 parent 84b863c commit a965fb9
File tree
1 file changed
+0
-1
lines changed- google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/it
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
| |||
0 commit comments