Sathvik-kota commited on
Commit
7032df2
·
verified ·
1 Parent(s): 241e282

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. load_test_sync.py +1 -1
load_test_sync.py CHANGED
@@ -12,7 +12,7 @@ ORCHESTRATOR_URL = "http://127.0.0.1:8000/ticket"
12
  payloads = [
13
  {
14
  "channel": "web",
15
- "severity": random.choice(["high", "low"]),
16
  "summary": f"Test orchestrator ticket #{i}"
17
  }
18
  for i in range(16)
 
12
  payloads = [
13
  {
14
  "channel": "web",
15
+ "severity": "high",
16
  "summary": f"Test orchestrator ticket #{i}"
17
  }
18
  for i in range(16)