Add user bob

This commit is contained in:
Michael Barz
2021-11-09 20:16:05 +01:00
parent 80c299eb93
commit 7ebf257135
3 changed files with 34 additions and 13 deletions
@@ -595,7 +595,7 @@ class SpacesContext implements Context {
"response does not contain the entry '$expectedFile[0]'"
);
} else {
Assert::assertFalse(
Assert::assertEmpty(
$fileFound,
"response does contain the entry '$expectedFile[0]' but should not"
);
@@ -748,7 +748,6 @@ class SpacesContext implements Context {
$content
)
);
$this->featureContext->theHTTPStatusCodeShouldBe([201, 204]);
}
/**