Skip to content

Commit 40352b6

Browse files
docs: fix the image in golang quickstart (#691)
* feat(docs): Update scroll-to-top icon color for visibility (#673) Signed-off-by: kenk999 <[email protected]> * fix the keploy issue Signed-off-by: Pratik Mahalle <[email protected]> * fix: update the images in golang Signed-off-by: Pratik Mahalle <[email protected]> * fix: update the images in golang Signed-off-by: Pratik Mahalle <[email protected]> --------- Signed-off-by: kenk999 <[email protected]> Signed-off-by: Pratik Mahalle <[email protected]> Co-authored-by: Hifzaan <[email protected]>
1 parent c3a573c commit 40352b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-3.0.0/quickstart/samples-go-gin-mongo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,15 +386,15 @@ keploy test -c "docker compose up" --container-name "ginMongoApp" --delay 10
386386
387387
Your results should be looking all _snazzy_, like this:
388388

389-
<img src="/docs/img/code-snippets/url-shortner-test-result-1.png" alt="Sample Keploy Test Result Gin MongoDB" width="100%" style={{ borderRadius: '5px' }}/>
389+
<img src="/docs/img/code-snippets/url-shortner-test-result.png" alt="Sample Keploy Test Result Gin MongoDB" width="100%" style={{ borderRadius: '5px' }}/>
390390

391391
Did you spot that, the ts (timestamp) is showing some differences? Yep, time has a way of doing that! 🕰️
392392

393393
Worry not, just add the ever-changing fields (like our **ts** here) to the **noise parameter** to **dodge those assertions**.
394394

395395
> Pro tip: Add `body.ts` to noise in `test-x.yaml`.
396396
397-
<img src="/docs/img/code-snippets/noise-addition-2.png" alt="Adding Noise to Test case Gin MongoDB" width="70%" style={{ borderRadius: '5px' }}/>
397+
<img src="/docs/img/code-snippets/noise-addition.png" alt="Adding Noise to Test case Gin MongoDB" width="70%" style={{ borderRadius: '5px' }}/>
398398

399399
Run that `keploy test` command once more and watch as everything falls into place with all tests passing! 🌟
400400

0 commit comments

Comments
 (0)