Commit 8039a5c
authored
acc: Use unique pipeline name in TestAccept/bundle/generate/pipeline_and_deploy (#5261)
## Changes
Use unique pipeline name in
TestAccept/bundle/generate/pipeline_and_deploy
## Why
Fixes the error
```
acceptance_test.go:926: Diff:
--- bundle/generate/pipeline_and_deploy/output.txt
+++ /tmp/TestAcceptbundlegeneratepipeline_and_deployDATABRICKS_BUNDLE4019091230/001/output.txt
@@ -4,29 +4,6 @@
>>> [CLI] workspace import /Workspace/Users/[USERNAME]/test.py --file test.py --format AUTO --overwrite
-=== Create a pipeline that references the filesCreated pipeline
+=== Create a pipeline that references the filesError: The pipeline name 'test-pipeline' is already used by another pipeline. This check can be skipped by setting `allow_duplicate_names = true` in the request.
```
## Tests
Tests pass
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->1 parent 437a1ea commit 8039a5c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments