fixes 2
This commit is contained in:
@@ -42,8 +42,7 @@ void main() async {
|
||||
"password": "tmp"
|
||||
}
|
||||
''';
|
||||
var response = await http.post(
|
||||
Uri.parse('$apiAddress, /fbla-api/createuser'),
|
||||
var response = await http.post(Uri.parse('$apiAddress/fbla-api/createuser'),
|
||||
body: json,
|
||||
headers: {'Authorization': token}).timeout(const Duration(seconds: 20));
|
||||
expect(response.statusCode, 200);
|
||||
|
||||
Reference in New Issue
Block a user