Skip to content

Commit ee2b343

Browse files
committed
remove test
1 parent da82398 commit ee2b343

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

libdd-common/src/azure_app_services.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,13 +1048,6 @@ mod tests {
10481048
);
10491049
}
10501050

1051-
#[test]
1052-
fn test_public_consts_are_accessible() {
1053-
assert_eq!(super::WEBSITE_SKU, "WEBSITE_SKU");
1054-
assert_eq!(super::UNKNOWN_VALUE, "unknown");
1055-
assert_eq!(super::REGION_NAME, "REGION_NAME");
1056-
}
1057-
10581051
#[test]
10591052
fn test_instance_name_flex_consumption_uses_container_name() {
10601053
let mocked_env = MockEnv::new(&[

0 commit comments

Comments
 (0)