-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33169ee
commit 3614fdd
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,11 @@ def mock_email(mocker): | |
mocker.patch("fuzzing_decision.decision.pool.OWNER_EMAIL", "[email protected]") | ||
|
||
|
||
@pytest.fixture(autouse=True) | ||
def mock_scheduler(mocker): | ||
mocker.patch("fuzzing_decision.decision.pool.SCHEDULER_ID", "test") | ||
|
||
|
||
@pytest.fixture(scope="module") | ||
def appconfig(): | ||
# this is copied from: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ retries: 5 | |
routes: | ||
- [email protected] | ||
- [email protected] | ||
schedulerId: "-" | ||
schedulerId: "test" | ||
scopes: | ||
- generic-worker:os-group:proj-fuzzing/windows-map2/Administrators | ||
- generic-worker:run-as-administrator:proj-fuzzing/windows-map2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters