Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestConfigRevisionOverwrite (0.41 sec)

  1. pkg/test/framework/components/namespace/namespace_test.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package namespace
    
    import (
    	"testing"
    
    	. "github.com/onsi/gomega"
    )
    
    func TestConfigRevisionOverwrite(t *testing.T) {
    	testCases := []struct {
    		name string
    
    		// test inputs.
    		revision string
    		cfg      Config
    
    		// expected results.
    		wantRevision string
    	}{
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top