Skip to content

Commit 33ec565

Browse files
committed
pr comments
1 parent 5a47e5d commit 33ec565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
process-upload-report:
173173
runs-on: ubuntu-latest
174174
needs: [integration-tests]
175-
if: always() # && github.repository == 'linode/linode_api4-python' # Run even if integration tests fail and only on main repository
175+
if: always() && github.repository == 'linode/linode_api4-python' # Run even if integration tests fail and only on main repository
176176
outputs:
177177
summary: ${{ steps.set-test-summary.outputs.summary }}
178178

test/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def test_oauth_client(test_linode_client):
383383

384384
yield oauth_client
385385

386-
# oauth_client.delete()
386+
oauth_client.delete()
387387

388388

389389
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)