Skip to content

Commit 367ca67

Browse files
authored
test: use supplied prefix for schematics tests (#732)
1 parent 30f18cd commit 367ca67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func setupOptionsSchematics(t *testing.T, prefix string, dir string) *testschema
388388
Testing: t,
389389
TarIncludePatterns: tarIncludePatterns,
390390
TemplateFolder: dir,
391-
Prefix: "ocp-sc",
391+
Prefix: prefix,
392392
Tags: []string{"test-schematic"},
393393
DeleteWorkspaceOnFail: false,
394394
WaitJobCompleteMinutes: 60,

0 commit comments

Comments
 (0)