Codeception / Codeception/module-rest

[REST] Module does not reset client before each request

Open
#96 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
60
Forks
30
Avg merge
22h 37m
Merged PRs (30d)
1

Description

#### What are you trying to achieve?
I write a test which makes several request
```
$I->sendPOST('/my/url/test');
$I->sendGET('/my/url/test');
```
#### What do you get instead?

When I call `$I->sendGET('/my/url/test');` it goes to '/my/url/my/url/test' instead of '/my/url/test'

I use REST as follows:
```
REST:
depends: Symfony
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.