tests: fix failing tests due to a bad merge
I changed the API of weldr.New in495f5b55and Jacob added a new call of that function in9970150e, which created conflicting state.
This commit is contained in:
parent
2cb7c8936e
commit
af73810a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ func TestBlueprintsDelete(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestBlueprintsChanges(t *testing.T) {
|
||||
api := weldr.New(repo, packages, nil, store.New(nil))
|
||||
api, _ := createWeldrAPI(rpmmd_mock.BaseFixture)
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
id := strconv.Itoa(rand.Int())
|
||||
ignoreFields := []string{"commit", "timestamp"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue