Merge pull request #11091 from cli/babakks/fix-test-data
Fix const in PR finder tests
This commit is contained in:
commit
49eee93a34
1 changed files with 2 additions and 2 deletions
|
|
@ -728,7 +728,7 @@ func TestFindAssignableActors(t *testing.T) {
|
|||
pr, _, err := f.Find(FindOptions{
|
||||
Detector: &fd.DisabledDetectorMock{},
|
||||
Fields: []string{"assignees"},
|
||||
Selector: "https://github.com/cli/cli/pull/123",
|
||||
Selector: "https://github.com/cli/cli/pull/13",
|
||||
})
|
||||
require.NoError(t, err)
|
||||
|
||||
|
|
@ -772,7 +772,7 @@ func TestFindAssignableActors(t *testing.T) {
|
|||
pr, _, err := f.Find(FindOptions{
|
||||
Detector: &fd.EnabledDetectorMock{},
|
||||
Fields: []string{"assignees"},
|
||||
Selector: "https://github.com/cli/cli/pull/123",
|
||||
Selector: "https://github.com/cli/cli/pull/13",
|
||||
})
|
||||
require.NoError(t, err)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue