Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 0420d71

Browse files
committed
chore: local basic-information match to the local prh-mock
1 parent f78798e commit 0420d71

File tree

1 file changed

+4
-0
lines changed
  • src/lib/api_app/src/api/routes/testbed/productizers

1 file changed

+4
-0
lines changed

src/lib/api_app/src/api/routes/testbed/productizers/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ fn build_data_product_uri(data_product: &str, data_source: &str) -> String {
8888
testbed_base_url = env::var("PRH_MOCK_PRODUCTIZER_ENDPOINT")
8989
.expect("PRH_MOCK_PRODUCTIZER_ENDPOINT must be set");
9090
}
91+
"draft/NSG/Agent/BasicInformation" => {
92+
testbed_base_url = env::var("PRH_MOCK_PRODUCTIZER_ENDPOINT")
93+
.expect("PRH_MOCK_PRODUCTIZER_ENDPOINT must be set");
94+
}
9195
_ => {}
9296
}
9397
}

0 commit comments

Comments
 (0)