Skip to content

Commit

Permalink
used a valid gtfs_rt_feed id
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Jan 11, 2024
1 parent 68000db commit 68ec9e1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"configurations": [
{
"type": "chrome",
"name": "http://localhost:3001/",
"request": "launch",
"url": "http://localhost:3001/"
},
{
"type": "chrome",
"name": "https://localhost:3001",
"request": "launch",
"url": "https://localhost:3001"
},
{
"type": "chrome",
"name": "http://localhost:3000/",
"request": "launch",
"url": "http://localhost:3000/"
},
{
"type": "chrome",
"name": "http://localhost:3001",
"request": "launch",
"url": "http://localhost:3001"
},
{
"type": "chrome",
"name": "http://localhost:3000",
"request": "launch",
"url": "http://localhost:3000"
},
{
"type": "chrome",
"name": "http://localhost:3000/change-password",
"request": "launch",
"url": "http://localhost:3000/change-password"
}
]
}
6 changes: 3 additions & 3 deletions load-test/gtfs_user_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def gtfs_feed_byId(self):
def gtfs_realtime_feeds(self):
self.client.get("/v1/gtfs_rt_feeds")

# @task
# def gtfs_realtime_feed_byId(self):
# self.client.get("/v1/gtfs_rt_feeds/mdb-5")
@task
def gtfs_realtime_feed_byId(self):
self.client.get("/v1/gtfs_rt_feeds/mdb-1852")

@task
def gtfs_feeds_datasets(self):
Expand Down

0 comments on commit 68ec9e1

Please sign in to comment.