10000 Tweak management of multiple endpoints · scijava/scyjava@8846ce5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8846ce5

Browse files
committed
Tweak management of multiple endpoints
For consistency with scripting integration tests.
1 parent 2d44fed commit 8846ce5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_introspect.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
import scyjava
99
from scyjava.config import Mode, mode
1010

11-
scyjava.config.endpoints.append("net.imagej:imagej")
12-
scyjava.config.endpoints.append("net.imagej:imagej-legacy:MANAGED")
11+
scyjava.config.endpoints.extend(
12+
["net.imagej:imagej", "net.imagej:imagej-legacy:MANAGED"]
13+
)
1314

1415

1516
class TestIntrospection(object):

0 commit comments

Comments
 (0)
0