Commit d8e8ba4
committed
test: delete server-related assertion
This test simply checks that server returns some string exactly,
which is based _entirely_ on how the server is configured and
has no relation to the client-side logic. It is deserialized in
and Object, so there is no special behavior to verify.
The assertion does fail with v1.33.0-rc.0 though, because
the server started returning a different string.
Once again, this string is not something that affects client
behavior in any way.1 parent d372d5e commit d8e8ba4
File tree
1 file changed
+3
-5
lines changed- src/test/java/io/weaviate/integration/tests/misc
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
0 commit comments