Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Nov 27, 2023
1 parent 1c51df2 commit cdcfcac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rest/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

def pytest_collection_modifyitems(items):
CLASS_ORDER = [
"TestAuthRouter",
"TestWorkspaceRouter",
"TestPieceRepositoryRouter",
"TestPieceRouter",
"TestSecretRouter",
"TestAuthRouter",
"TestWorkspaceRouter",
"TestPieceRepositoryRouter",
"TestPieceRouter",
"TestSecretRouter",
"TestWorkflowRouter",
"TestUserRouter"
]
Expand All @@ -26,7 +26,7 @@ def pytest_collection_modifyitems(items):
@pytest.fixture(scope="session")
def client():
base_url = os.environ.get('TESTS_API_URL', 'http://localhost/api')
with ApiTestClient(base_url=base_url) as c:
with ApiTestClient(base_url=base_url) as c:
yield c

@pytest.fixture(scope="session")
Expand Down Expand Up @@ -57,7 +57,7 @@ def piece_repository():
path="Tauffer-Consulting/default_domino_pieces_tests",
version="0.0.3",
workspace_id=1,
url='https://github.com/Tauffer-Consulting/default_domino_pieces'
url='https://github.com/Tauffer-Consulting/default_domino_pieces_tests'
)

@pytest.fixture(scope="class")
Expand Down

0 comments on commit cdcfcac

Please sign in to comment.