Skip to content

Commit e197a04

Browse files
Update snd/test/src/org/labkey/test/tests/snd/SNDTest.java
Co-authored-by: Trey Chadick <tchad@labkey.com>
1 parent 8fb0a1e commit e197a04

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

snd/test/src/org/labkey/test/tests/snd/SNDTest.java

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,16 +2223,9 @@ public void testQueryProvisionedSnapshot()
22232223
"kit_type\n" +
22242224
"FROM SND.Categories.Sodium\n";
22252225

2226-
String UPDATED_SOURCE_QUERY = "SELECT\n" +
2227-
"lsid AS _key,\n" +
2228-
"SubjectId AS participantid,\n" +
2229-
"date,\n" +
2230-
"qcstate,\n" +
2231-
"lsid,\n" +
2232-
"'8976' AS amount,\n" +
2233-
"units,\n" +
2234-
"kit_type\n" +
2235-
"FROM SND.Categories.Sodium";
2226+
String UPDATED_SOURCE_QUERY = SOURCE_QUERY.replace(
2227+
"amount,",
2228+
"'8976' AS amount,");
22362229

22372230
log("Run the tests from the framework for set up");
22382231
if (!runTestsInAPIFrameWork())

0 commit comments

Comments
 (0)