summaryrefslogtreecommitdiffstats
path: root/src/account
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-10-17 14:19:55 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-10-17 14:19:55 +0200
commit77ab8290b8ffcda4db9ae337774a41f13ebacb23 (patch)
tree2836734b8ef228bdebedb51743837b91a8e7ab91 /src/account
parent1fcd56611f484759c71b46ec33ed5034174c5fb5 (diff)
downloadopenlmi-providers-77ab8290b8ffcda4db9ae337774a41f13ebacb23.tar.gz
openlmi-providers-77ab8290b8ffcda4db9ae337774a41f13ebacb23.tar.xz
openlmi-providers-77ab8290b8ffcda4db9ae337774a41f13ebacb23.zip
account: Fix invalid change from migration from Linux_ to PG_
Diffstat (limited to 'src/account')
-rw-r--r--src/account/test/TestService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/test/TestService.py b/src/account/test/TestService.py
index 8881b64..3450ccf 100644
--- a/src/account/test/TestService.py
+++ b/src/account/test/TestService.py
@@ -36,7 +36,7 @@ class TestService(AccountBase):
computer_system = self.wbemconnection.ExecQuery('WQL',
'select * from PG_ComputerSystem')[0]
lams = self.wbemconnection.ExecQuery('WQL',
- 'select * from PG_AccountManagementService')[0]
+ 'select * from LMI_AccountManagementService')[0]
# create account and test all parameters
shell = "testshell"