Skip to content

Commit c2c7096

Browse files
committed
fixed test
1 parent 246311b commit c2c7096

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/api_app/ingestors_manager/test_views.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_get(self):
5252
"maximum_jobs": 50,
5353
"name": "GreedyBear",
5454
"playbooks_choice": ["Popular_IP_Reputation_Services"],
55-
"python_module": 215,
55+
"python_module": 216,
5656
"routing_key": "ingestor",
5757
"schedule": {
5858
"day_of_month": "*",
@@ -93,12 +93,12 @@ def test_get_config(self):
9393
"description": "API endpoint",
9494
"exist": True,
9595
"for_organization": False,
96-
"id": 353,
96+
"id": 356,
9797
"ingestor_config": "GreedyBear",
9898
"is_secret": False,
9999
"organization": None,
100100
"owner": None,
101-
"parameter": 538,
101+
"parameter": 541,
102102
"pivot_config": None,
103103
"required": False,
104104
"type": "str",
@@ -112,12 +112,12 @@ def test_get_config(self):
112112
"description": "Max number of results.",
113113
"exist": True,
114114
"for_organization": False,
115-
"id": 354,
115+
"id": 357,
116116
"ingestor_config": "GreedyBear",
117117
"is_secret": False,
118118
"organization": None,
119119
"owner": None,
120-
"parameter": 539,
120+
"parameter": 542,
121121
"pivot_config": None,
122122
"required": False,
123123
"type": "int",
@@ -132,12 +132,12 @@ def test_get_config(self):
132132
"and all.",
133133
"exist": True,
134134
"for_organization": False,
135-
"id": 355,
135+
"id": 358,
136136
"ingestor_config": "GreedyBear",
137137
"is_secret": False,
138138
"organization": None,
139139
"owner": None,
140-
"parameter": 540,
140+
"parameter": 543,
141141
"pivot_config": None,
142142
"required": False,
143143
"type": "str",
@@ -152,12 +152,12 @@ def test_get_config(self):
152152
"payload_request, and all.",
153153
"exist": True,
154154
"for_organization": False,
155-
"id": 356,
155+
"id": 359,
156156
"ingestor_config": "GreedyBear",
157157
"is_secret": False,
158158
"organization": None,
159159
"owner": None,
160-
"parameter": 541,
160+
"parameter": 544,
161161
"pivot_config": None,
162162
"required": False,
163163
"type": "str",
@@ -171,12 +171,12 @@ def test_get_config(self):
171171
"description": "The available age are recent and persistent.",
172172
"exist": True,
173173
"for_organization": False,
174-
"id": 357,
174+
"id": 360,
175175
"ingestor_config": "GreedyBear",
176176
"is_secret": False,
177177
"organization": None,
178178
"owner": None,
179-
"parameter": 542,
179+
"parameter": 545,
180180
"pivot_config": None,
181181
"required": False,
182182
"type": "str",

0 commit comments

Comments
 (0)