diff --git a/backstage/data_source_group_test.go b/backstage/data_source_group_test.go index 2e3fbfb..6b22399 100644 --- a/backstage/data_source_group_test.go +++ b/backstage/data_source_group_test.go @@ -20,8 +20,6 @@ func TestAccDataSourceGroup(t *testing.T) { "url:https://github.com/backstage/backstage/tree/master/packages/catalog-model/examples/acme/"), resource.TestCheckResourceAttr("data.backstage_group.test", "relations.0.type", "childOf"), resource.TestCheckResourceAttr("data.backstage_group.test", "spec.parent", "backstage"), - resource.TestCheckResourceAttr("data.backstage_group.test", "spec.profile.picture", - "https://avatars.dicebear.com/api/identicon/team-a@example.com.svg?background=%23fff&margin=25"), ), }, },