diff --git a/bitbucket/data_application_properties_test.go b/bitbucket/data_application_properties_test.go index b67a756..64ba0c3 100644 --- a/bitbucket/data_application_properties_test.go +++ b/bitbucket/data_application_properties_test.go @@ -19,8 +19,8 @@ func TestAccBitbucketDataApplicationProperties(t *testing.T) { Config: config, Check: resource.ComposeTestCheckFunc( resource.TestCheckResourceAttr("data.bitbucketserver_application_properties.main", "version", "6.10.0"), - resource.TestCheckResourceAttr("data.bitbucketserver_application_properties.main", "build_number", "6007000"), - resource.TestCheckResourceAttr("data.bitbucketserver_application_properties.main", "build_date", "1569809627115"), + resource.TestCheckResourceAttr("data.bitbucketserver_application_properties.main", "build_number", "6010000"), + resource.TestCheckResourceAttr("data.bitbucketserver_application_properties.main", "build_date", "1578626301641"), resource.TestCheckResourceAttr("data.bitbucketserver_application_properties.main", "display_name", "Bitbucket"), ), },