Skip to content

Commit

Permalink
Update internal/experiment/webconnectivityqa/websitedown.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Jan 24, 2024
1 parent d7df251 commit e188965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/experiment/webconnectivityqa/websitedown.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func websiteDownNoAddrs() *TestCase {
return &TestCase{
Name: "websiteDownNoAddrs",
Flags: TestCaseFlagNoV04,
Input: "http://www.example.com/", // domain not defined in the simulation
Input: "http://www.example.com/",
Configure: func(env *netemx.QAEnv) {

// reconfigure with only CNAME but no addresses and do this
Expand Down

0 comments on commit e188965

Please sign in to comment.