Skip to content

Commit

Permalink
Merge pull request #2727 from Tusanga/Tusanga-patch-1
Browse files Browse the repository at this point in the history
Corrected assert
  • Loading branch information
s-ludwig authored Apr 18, 2023
2 parents 70de8d7 + 438ac82 commit f233e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vibe.http.server.reject-predicate/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void main()
);
} catch (Exception e) assert(false, e.msg);
assert(got403, "Status 403 wasn't received");
assert(got403, "Status 403 wasn't received for multiple addresses");
assert(got403_multiple, "Status 403 wasn't received for multiple addresses");
assert(got200, "Status 200 wasn't received");
logInfo("All web tests succeeded.");
});
Expand Down

0 comments on commit f233e93

Please sign in to comment.