Skip to content

Commit

Permalink
LPD-22155 Randomize
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 29, 2024
1 parent e851e0f commit 38e9deb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4553,7 +4553,7 @@ public void testFilterByStringOperatorsObjectEntriesByRelatedObjectEntriesFields

@Test
public void testFilterByUnknownObjectField() throws Exception {
String filterString = "unknownField eq 'value'";
String filterString = RandomTestUtil.randomString() + " eq 'value'";

JSONObject jsonObject = HTTPTestUtil.invokeToJSONObject(
null,
Expand Down

0 comments on commit 38e9deb

Please sign in to comment.