We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc2f03 commit e92d1e2Copy full SHA for e92d1e2
1 file changed
tests/test_api_analysis.py
@@ -48,7 +48,7 @@ def test_assign_table(self):
48
def test_assign_resources(self):
49
try:
50
self.session.assign_resource(
51
- "client", resources={"server1": "RSRC.CNSIM1", "server2": "RSRC.CNSIM1"}, asynchronous=False
+ "client", resources={"server1": "RSRC.CNSIM1", "server2": "RSRC.CNSIM2"}, asynchronous=False
52
)
53
rval = self.session.ls()
54
assert len(rval) == 2
0 commit comments