We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ee473 commit 15f08d9Copy full SHA for 15f08d9
1 file changed
plugin_test.go
@@ -982,8 +982,8 @@ func TestSSHWithTestcontainers(t *testing.T) {
982
"PGID": strconv.Itoa(os.Getgid()), // Use current user's GID
983
"USER_NAME": "testuser",
984
"USER_PASSWORD": "testpass",
985
- "PASSWORD_ACCESS": "true", // Enable password authentication
986
- "SUDO_ACCESS": "true", // Optional: grant sudo access
+ "PASSWORD_ACCESS": "true", // Enable password authentication
+ "SUDO_ACCESS": "false", // Optional: grant sudo access
987
},
988
// Wait for the SSH port (2222) to be listening
989
WaitingFor: wait.ForListeningPort("2222/tcp").WithStartupTimeout(180 * time.Second),
0 commit comments