Skip to content

Commit 41783fd

Browse files
committed
Fix invalid formatting which was breaking Jekyl
1 parent a6ddf30 commit 41783fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guides/10-APITesting.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@ $I->haveSoapHeader('Auth', ['username' => 'Miles', 'password' => '123456']);
296296
```
297297
will produce this XML header
298298

299-
{% highlight xml %}
300-
299+
```xml
301300
<soap:Header>
302301
<Auth>
303302
<username>Miles</username>
@@ -316,8 +315,7 @@ $I->sendSoapRequest('CreateUser', '<name>Miles Davis</name><email>miles@davis.co
316315

317316
This call will be translated to XML:
318317

319-
{% highlight xml %}
320-
318+
```xml
321319
<soap:Body>
322320
<ns:CreateUser>
323321
<name>Miles Davis</name>

0 commit comments

Comments
 (0)