Skip to content
Merged

Dev #3557

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix nf-test-tests branch
  • Loading branch information
mirpedrol committed Apr 25, 2025
commit 4093d36cc2119a2e6cfa2a30024eb6c62060ac5a
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
GITLAB_BRANCH_ORG_PATH_BRANCH = "org-path"
GITLAB_BRANCH_TEST_OLD_SHA = "e772abc22c1ff26afdf377845c323172fb3c19ca"
GITLAB_BRANCH_TEST_NEW_SHA = "7d73e21f30041297ea44367f2b4fd4e045c0b991"
GITLAB_NFTEST_BRANCH = "nf-test-tests-self-hosted-runners"
GITLAB_NFTEST_BRANCH = "nf-test-tests-old"


def with_temporary_folder(func: Callable[..., Any]) -> Callable[..., Any]:
Expand Down
Loading