Skip to content

Commit 21a7408

Browse files
Copilotpelikhan
andauthored
Keep Jira default test in sync
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent e7c1ab8 commit 21a7408

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pkg/workflow/jira_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"strings"
55
"testing"
66

7+
"github.com/github/gh-aw/pkg/constants"
78
"github.com/stretchr/testify/assert"
89
"github.com/stretchr/testify/require"
910
)
@@ -100,5 +101,5 @@ func TestJiraCredentialsUseDefaultBaseURL(t *testing.T) {
100101
}
101102

102103
rendered := strings.Join(injectJiraCredentialsIntoProcessorStep(steps, config), "")
103-
assert.Contains(t, rendered, "JIRA_BASE_URL: https://pelidehalleux.atlassian.net")
104+
assert.Contains(t, rendered, "JIRA_BASE_URL: "+constants.JiraBaseURLExpr)
104105
}

0 commit comments

Comments
 (0)