Skip to content

Commit e92d1e2

Browse files
committed
chore: updated resource test
1 parent 9dc2f03 commit e92d1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_assign_table(self):
4848
def test_assign_resources(self):
4949
try:
5050
self.session.assign_resource(
51-
"client", resources={"server1": "RSRC.CNSIM1", "server2": "RSRC.CNSIM1"}, asynchronous=False
51+
"client", resources={"server1": "RSRC.CNSIM1", "server2": "RSRC.CNSIM2"}, asynchronous=False
5252
)
5353
rval = self.session.ls()
5454
assert len(rval) == 2

0 commit comments

Comments
 (0)