mirror of
https://github.com/github/codeql.git
synced 2026-02-21 01:13:43 +01:00
minor test cases change: remove unused dict
This commit is contained in:
@@ -8,14 +8,6 @@ from scrapli.driver import GenericDriver
|
||||
|
||||
|
||||
app = FastAPI()
|
||||
cisco_881 = {
|
||||
'device_type': 'cisco_ios',
|
||||
'host': '10.10.10.10',
|
||||
'username': 'test',
|
||||
'password': 'password',
|
||||
'port': 8022, # optional, defaults to 22
|
||||
'secret': 'secret', # optional, defaults to ''
|
||||
}
|
||||
|
||||
@app.get("/bad1")
|
||||
async def bad1(cmd: str):
|
||||
|
||||
Reference in New Issue
Block a user