Skip to content

Commit

Permalink
Update banner_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrNJ authored Jan 30, 2025
1 parent 0218a5f commit 3adeea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions feature/system/tests/system_base_test/banner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ func TestMotdBanner(t *testing.T) {
{"Empty String", ""},
{"Single Character", "x"},
{"Short String", "Warning Text"},
{"Long String", "WARNING : Unauthorized access to this system is forbidden and will be prosecuted by law. By accessing this system, you agree that your actions may be monitored if unauthorized usage is s
uspected."},
{"Long String", "WARNING : Unauthorized access to this system is forbidden and will be prosecuted by law. By accessing this system, you agree that your actions may be monitored if unauthorized usage is suspected."},
}

dut := ondatra.DUT(t, "dut")
Expand Down

0 comments on commit 3adeea0

Please sign in to comment.