@@ -152,7 +152,7 @@ func TestAccClientKeyResource_upgradeFromVersion(t *testing.T) {
152152 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("rate_limit_window" ), knownvalue .Null ()),
153153 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("rate_limit_count" ), knownvalue .Null ()),
154154 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("javascript_loader_script" ), knownvalue .ObjectExact (map [string ]knownvalue.Check {
155- "browser_sdk_version" : knownvalue .StringExact ( "8.x" ),
155+ "browser_sdk_version" : knownvalue .NotNull ( ),
156156 "performance_monitoring_enabled" : knownvalue .Bool (true ),
157157 "session_replay_enabled" : knownvalue .Bool (true ),
158158 "debug_enabled" : knownvalue .Bool (false ),
@@ -213,7 +213,7 @@ func TestAccClientKeyResource(t *testing.T) {
213213 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("rate_limit_window" ), knownvalue .Null ()),
214214 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("rate_limit_count" ), knownvalue .Null ()),
215215 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("javascript_loader_script" ), knownvalue .ObjectExact (map [string ]knownvalue.Check {
216- "browser_sdk_version" : knownvalue .StringExact ( "8.x" ),
216+ "browser_sdk_version" : knownvalue .NotNull ( ),
217217 "performance_monitoring_enabled" : knownvalue .Bool (true ),
218218 "session_replay_enabled" : knownvalue .Bool (true ),
219219 "debug_enabled" : knownvalue .Bool (false ),
@@ -232,7 +232,7 @@ func TestAccClientKeyResource(t *testing.T) {
232232 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("rate_limit_window" ), knownvalue .Null ()),
233233 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("rate_limit_count" ), knownvalue .Null ()),
234234 statecheck .ExpectKnownValue (rn , tfjsonpath .New ("javascript_loader_script" ), knownvalue .ObjectExact (map [string ]knownvalue.Check {
235- "browser_sdk_version" : knownvalue .StringExact ( "8.x" ),
235+ "browser_sdk_version" : knownvalue .NotNull ( ),
236236 "performance_monitoring_enabled" : knownvalue .Bool (true ),
237237 "session_replay_enabled" : knownvalue .Bool (true ),
238238 "debug_enabled" : knownvalue .Bool (false ),
0 commit comments