Update PR for rebase

This commit is contained in:
Joseph Schorr 2017-03-23 15:42:27 -04:00
parent 08673a03e2
commit ac4a79ae01
6 changed files with 6 additions and 7 deletions

View file

@ -4,9 +4,9 @@ import pytest
from flask import url_for
from data import model
from endpoints.test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
from endpoints.appr.registry import appr_bp, blobs
from endpoints.api.test.shared import client_with_identity
from test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
@pytest.mark.parametrize('resource,method,params,owned_by,identity,expected', [
('appr.blobs', 'GET', {'digest': 'abcd1235'}, 'devtable', 'public', 401),