Update test boilerplate
This commit is contained in:
parent
7bb3286442
commit
7d6884bd8d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ main() async {
|
|||
|
||||
test('${rc.snakeCase}', () async {
|
||||
final response = await client.get('/${rc.snakeCase}');
|
||||
expect(response, hasStatus(HttpStatus.OK));
|
||||
expect(response, hasStatus(HttpStatus.ok));
|
||||
});
|
||||
}
|
||||
''';
|
||||
|
|
Loading…
Reference in a new issue