mirror of
https://github.com/foss42/apidash.git
synced 2025-05-31 14:23:45 +08:00
fixes
This commit is contained in:
@ -461,7 +461,6 @@ axios(config)
|
||||
});
|
||||
test('POST 4', () {
|
||||
const expectedCode = r"""import axios from 'axios';
|
||||
import fs from 'fs'
|
||||
|
||||
const config = {
|
||||
url: 'https://api.apidash.dev/io/form',
|
||||
@ -496,7 +495,6 @@ axios(config)
|
||||
|
||||
test('POST 5', () {
|
||||
const expectedCode = r"""import axios from 'axios';
|
||||
import fs from 'fs'
|
||||
|
||||
const config = {
|
||||
url: 'https://api.apidash.dev/io/form',
|
||||
@ -597,7 +595,6 @@ axios(config)
|
||||
});
|
||||
test('POST 8', () {
|
||||
const expectedCode = r"""import axios from 'axios';
|
||||
import fs from 'fs'
|
||||
|
||||
const config = {
|
||||
url: 'https://api.apidash.dev/io/form',
|
||||
|
Reference in New Issue
Block a user