Should the lab result match the result found in the PDF files? Of course, considering the differences in the IP addresses

In this pdf file there is module 9. auxiliary/scanner/http/http_login

After I set the commands:
use auxiliary/scanner/http/http_login
set RHOSTS 192.111.169.3
set AUTH_URI /secure/
set VERBOSE false
run

the success user and pass should be : “bob:123321” as it is in the pdf

But I get this :
[] Attempting to login to http://192.92.235.3:80/secure/
[
] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed

when check the text file on /usr/share/metasploit-framework/data/wordlists/http_default_users.txt

I couldn’t find bob user as it should be !

The Lab is Apache Enumeration in the Enumeration section in the course: Host & Network Penetration Testing: The Metasploit Framework (MSF) for Alexis Ahmed

My second question : is it important in the lab follow the instructor steps or the pdf steps ?
I’m always right down my notes with Mr.Alexis but a lot of times the pdf some how different than the video !

Any opinion or advice ?

Regards
Ahmed