mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-09 08:41:34 +00:00
fix logger name in integration tests (#246)
This commit is contained in:
parent
4df1fff645
commit
2bc03855a2
@ -584,7 +584,9 @@ class Run(Command):
|
||||
|
||||
|
||||
def main() -> int:
|
||||
return execute_api(Run(Onefuzz(), logging.getLogger("ossfuzz")), [Command], "0.0.1")
|
||||
return execute_api(
|
||||
Run(Onefuzz(), logging.getLogger("integration")), [Command], "0.0.1"
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
x
Reference in New Issue
Block a user