Skip to content

Commit 9003418

Browse files
committed
fix: update paths in README and test files to reflect new directory structure
1 parent b9ab44e commit 9003418

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/sms_pricing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains source files and tooling to regenerate:
44

5-
- `notifications_utils/international_billing_rates.yml`
5+
- `/international_billing_rates.yml`
66

77
from:
88

@@ -27,10 +27,10 @@ from:
2727
From repo root:
2828

2929
```bash
30-
/home/vscode/.venv/workspace/bin/python notifications_utils/international_billing_rates_updater.py
30+
/home/vscode/.venv/workspace/bin/python scripts/sms_pricing/international_billing_rates_updater.py
3131
```
3232

33-
This command now uses sensible defaults for all input/output file paths.
33+
This command uses defaults for all input/output file paths.
3434

3535
If defaults ever need to change, edit the constants at the top of:
3636

notifications_utils/international_billing_rates_updater.py renamed to scripts/sms_pricing/international_billing_rates_updater.py

File renamed without changes.

tests/test_international_billing_rates_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from notifications_utils.international_billing_rates_updater import (
2+
from scripts.sms_pricing.international_billing_rates_updater import (
33
DEFAULT_ALLOW_LIST_PATH,
44
DEFAULT_DLR_SNAPSHOT_PATH,
55
DEFAULT_OUTPUT_PATH,

0 commit comments

Comments
 (0)