Commit 28356be
authored
Add valid computed property
* Updated StandardPipeline.setup() to set dictionary_path
IntegrationTestApi.get_deployment() uses the `dictionary_path` property of self.pipeline, so StandardPipeline.setup() needs to set that value
* Replaced dictionary_path attribute with a property function for StandardPipeline
* Removed line causing CI check failuredictionary_path to StandardPipeline (#277)1 parent 376f603 commit 28356be
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
250 | 249 | | |
251 | 250 | | |
252 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
0 commit comments