summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_auth_user_no_pass.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/f5/fixtures/load_auth_user_no_pass.json')
-rw-r--r--test/units/modules/network/f5/fixtures/load_auth_user_no_pass.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/units/modules/network/f5/fixtures/load_auth_user_no_pass.json b/test/units/modules/network/f5/fixtures/load_auth_user_no_pass.json
deleted file mode 100644
index 79a51a79dd..0000000000
--- a/test/units/modules/network/f5/fixtures/load_auth_user_no_pass.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "kind": "tm:auth:user:userstate",
- "name": "someuser",
- "fullPath": "someuser",
- "generation": 76,
- "selfLink": "https://localhost/mgmt/tm/auth/user/someuser?ver=13.0.0",
- "description": "someuser",
- "encryptedPassword": "!!",
- "partitionAccess": [
- {
- "name": "Common",
- "role": "guest",
- "nameReference": {
- "link": "https://localhost/mgmt/tm/auth/partition/Common?ver=13.0.0"
- }
- }
- ]
-}