Skip to content

Commit a4af25f

Browse files
revert fixture
1 parent 3e9bc58 commit a4af25f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/conftest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ def client(environ: str):
135135

136136

137137
@pytest.fixture(scope="session")
138-
def image_url(client, environ: str):
139-
if environ == Environ.LOCAL:
140-
return IMG_URL
138+
def image_url(client):
141139
return client.upload_data(requests.get(IMG_URL).content, sign=True)
142140

143141

0 commit comments

Comments
 (0)