Skip to content

Commit

Permalink
[forge] enforce max pod name len fix (#6878)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin committed Mar 2, 2023
1 parent 56b6b15 commit 376ae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def testSanitizeForgeNamespaceTooLong(self) -> None:
namespace = sanitize_forge_resource_name(namespace_too_long)
self.assertEqual(
namespace,
"forge-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"forge-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
)


Expand Down

0 comments on commit 376ae9d

Please sign in to comment.