Update PR for rebase
This commit is contained in:
parent
08673a03e2
commit
ac4a79ae01
6 changed files with 6 additions and 7 deletions
|
@ -2,8 +2,8 @@ import pytest
|
|||
|
||||
from peewee import IntegrityError
|
||||
|
||||
from endpoints.test.fixtures import database_uri, init_db_path, sqlitedb_file
|
||||
from data.model.repository import create_repository
|
||||
from test.fixtures import database_uri, init_db_path, sqlitedb_file
|
||||
|
||||
def test_duplicate_repository_different_kinds(database_uri):
|
||||
# Create an image repo.
|
||||
|
|
Reference in a new issue