How to test WebConfigurationRepository?

Hello,

I configured Pull server and put custom DSC resource on it. I run sample configuration on server which does not have module in $PSModulePath and it just fails during run stating that module is not found without trying to contact Pull server.
LCM is configured with [ConfiguirationRepositoryWeb] and http:// link to Pull server (with allowunsecuredconnection=$true)

Did you pack the module in a zip file with special name and version and folder structure as its described in the dsc documentation ?

https://msdn.microsoft.com/en-us/powershell/dsc/pullserver