@@ -13,7 +13,6 @@ func TestAccResourceSearchParameterV2_elementNameAndPatternFilterInExpression(t
1313 {
1414 Config : testAccResourceSearchParameterV2_elementNameAndPatternFilterInExpression ,
1515 Check : resource .ComposeTestCheckFunc (
16- resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_phone" , "id" , "Patient.phone-number" ),
1716 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_phone" , "name" , "phone-number" ),
1817 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_phone" , "type" , "string" ),
1918 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_phone" , "base.0" , "Patient" ),
@@ -36,7 +35,6 @@ func TestAccResourceSearchParameterV2_elementNameAndIndexInExpression(t *testing
3635 {
3736 Config : testAccResourceSearchParameterV2_elementNameAndIndexInExpression ,
3837 Check : resource .ComposeTestCheckFunc (
39- resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_name" , "id" , "Patient.first-name" ),
4038 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_name" , "name" , "first-name" ),
4139 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_name" , "type" , "string" ),
4240 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_name" , "base.0" , "Patient" ),
@@ -59,7 +57,6 @@ func TestAccResourceSearchParameterV2_extension(t *testing.T) {
5957 {
6058 Config : testAccResourceSearchParameterV2_extension ,
6159 Check : resource .ComposeTestCheckFunc (
62- resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_extension" , "id" , "Appointment.custom-date" ),
6360 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_extension" , "name" , "custom-date" ),
6461 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_extension" , "type" , "date" ),
6562 resource .TestCheckResourceAttr ("aidbox_fhir_search_parameter.example_extension" , "base.0" , "Appointment" ),
0 commit comments