Skip to content

Commit

Permalink
SCANMAVEN-183 Fix IT to use http protocol explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-burihabwa-sonarsource committed May 14, 2024
1 parent 24fde11 commit 4271e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion its/src/test/resources/proxy-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<proxy>
<id>example-proxy</id>
<active>true</active>
<protocol>http|https</protocol>
<protocol>http</protocol>
<host>localhost</host>
<port>8080</port>
<username>scott</username>
Expand Down

0 comments on commit 4271e38

Please sign in to comment.