Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed Apr 21, 2023
1 parent c47f8a4 commit 6890ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/python_models/custom_metrics/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import requests


class PBBLSMemoryTest(unittest.TestCase):
class PBCustomMetricsTest(unittest.TestCase):

def _get_metrics(self):
metrics_url = "http://localhost:8002/metrics"
Expand Down

0 comments on commit 6890ad9

Please sign in to comment.