Skip to content

Commit

Permalink
Fix exam lab README syntax and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-love committed May 3, 2024
1 parent 1dd5a2f commit e6d31e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/labs/exam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ def list_threads():
[...]
```

The student should make sure to remove the `response = example\_response` variable assignment after
implementing their database queries in the `with postgresql\_client.cursor() as cursor` code block.
The student should make sure to remove the `response = example_response` variable assignment after
implementing their database queries in the `with postgresql_client.cursor() as cursor` code block.

Once changes has been implemented, issue the command below to rebuild and restart affected
Docker containers:
Expand All @@ -403,7 +403,7 @@ performs actions in the application as multiple users and verifies server result
script, execute the following command and observe the output:

```
$ ./jumpbox_shell.sh forum_test_script.py"
$ ./jumpbox_shell.sh forum_test_script.py
```

To increase the log verbosity of the test script, set "log\_level" setting to "DEBUG" in the
Expand Down

0 comments on commit e6d31e6

Please sign in to comment.