@@ -80,7 +80,6 @@ class PostmanCollectionWriter
'bearer' => [
[
'key' => $this->config->get('auth.name'),
- 'value' => $this->config->get('auth.use_value'),
'type' => 'string',
],
@@ -344,7 +344,6 @@
"bearer": [
{
"key": "key",
- "value": null,
"type": "string"
}
]
@@ -229,7 +229,6 @@ class PostmanCollectionWriterTest extends TestCase
'key' => null,
- 'value' => null,