osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41438?usp=email )

Change subject: testenv: pyhss_api_helper: fix default apn
......................................................................

testenv: pyhss_api_helper: fix default apn

The APN that gets added in this script is "internet" with lowercase i.

Change-Id: Icd6efc501cbf16ffb0a56a7a6cd093d2d751d980
---
M _testenv/data/scripts/pyhss_api_helper.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/_testenv/data/scripts/pyhss_api_helper.py 
b/_testenv/data/scripts/pyhss_api_helper.py
index a20af74..09b220d 100755
--- a/_testenv/data/scripts/pyhss_api_helper.py
+++ b/_testenv/data/scripts/pyhss_api_helper.py
@@ -73,7 +73,7 @@
     print(f"PUT {url}")
     payload = {
         "auc_id": args.auc_id,
-        "default_apn": "Internet",
+        "default_apn": "internet",
         "apn_list": "1",
         "imsi": args.imsi,
         "msisdn": args.msisdn,

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41438?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icd6efc501cbf16ffb0a56a7a6cd093d2d751d980
Gerrit-Change-Number: 41438
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to